[Python-checkins] CVS: python/dist/src/Modules xxsubtype.c,2.7,2.8

Neil Schemenauer nascheme@users.sourceforge.net
Sun, 21 Oct 2001 15:26:04 -0700


Update of /cvsroot/python/python/dist/src/Modules
In directory usw-pr-cvs1:/tmp/cvs-serv26004/Modules

Modified Files:
	xxsubtype.c 
Log Message:
Adding missing "static" declarations (found by "make smelly").


Index: xxsubtype.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/xxsubtype.c,v
retrieving revision 2.7
retrieving revision 2.8
diff -C2 -d -r2.7 -r2.8
*** xxsubtype.c	2001/09/20 21:45:26	2.7
--- xxsubtype.c	2001/10/21 22:26:02	2.8
***************
*** 198,202 ****
  };
  
! PyObject *
  spam_bench(PyObject *self, PyObject *args)
  {
--- 198,202 ----
  };
  
! static PyObject *
  spam_bench(PyObject *self, PyObject *args)
  {