[Python-checkins] CVS: python/dist/src/Tools/perfecthash perfhash.c,1.1,1.2

Thomas Wouters python-dev@python.org
2000年7月22日 12:25:54 -0700


Update of /cvsroot/python/python/dist/src/Tools/perfecthash
In directory slayer.i.sourceforge.net:/tmp/cvs-serv24717/Tools/perfecthash
Modified Files:
	perfhash.c 
Log Message:
Miscelaneous ANSIfications. I'm assuming here 'main' should take (int,
char**) and return an int even on PC platforms. If not, please fix
PC/utils/makesrc.c ;-P
Index: perfhash.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/perfecthash/perfhash.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** perfhash.c	2000年06月28日 16:48:05	1.1
--- perfhash.c	2000年07月22日 19:25:51	1.2
***************
*** 62,66 ****
 _declspec(dllexport)
 #endif
! void initperfhash()
 {
 PyObject *m;
--- 62,66 ----
 _declspec(dllexport)
 #endif
! void initperfhash(void)
 {
 PyObject *m;

AltStyle によって変換されたページ (->オリジナル) /