[Python-checkins] CVS: python/dist/src/Modules newmodule.c,2.34,2.35

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


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

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


Index: newmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/newmodule.c,v
retrieving revision 2.34
retrieving revision 2.35
diff -C2 -d -r2.34 -r2.35
*** newmodule.c	2001/08/24 06:29:12	2.34
--- newmodule.c	2001/10/21 22:24:14	2.35
***************
*** 216,220 ****
  };
  
! char new_doc[] =
  "Functions to create new objects used by the interpreter.\n\
  \n\
--- 216,220 ----
  };
  
! static char new_doc[] =
  "Functions to create new objects used by the interpreter.\n\
  \n\