[Python-checkins] CVS: python/dist/src/Modules timemodule.c,2.95,2.96
Thomas Wouters
python-dev@python.org
2000年7月24日 08:26:42 -0700
- Previous message: [Python-checkins] CVS: python/dist/src/Modules bsddbmodule.c,1.22,1.23 _tkinter.c,1.108,1.109 cPickle.c,2.47,2.48 cStringIO.c,2.23,2.24 dbmmodule.c,2.20,2.21 gdbmmodule.c,2.25,2.26 sunaudiodev.c,1.22,1.23 timemodule.c,2.94,2.95
- Next message: [Python-checkins] CVS: python/dist/src/Modules parsermodule.c,2.48,2.49
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/python/python/dist/src/Modules
In directory slayer.i.sourceforge.net:/tmp/cvs-serv6847/Modules
Modified Files:
timemodule.c
Log Message:
Fix floattime prototype ((void), not (double))
Index: timemodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/timemodule.c,v
retrieving revision 2.95
retrieving revision 2.96
diff -C2 -r2.95 -r2.96
*** timemodule.c 2000年07月24日 14:43:35 2.95
--- timemodule.c 2000年07月24日 15:26:39 2.96
***************
*** 92,96 ****
/* Forward declarations */
static int floatsleep(double);
! static double floattime(double);
/* For Y2K check */
--- 92,96 ----
/* Forward declarations */
static int floatsleep(double);
! static double floattime(void);
/* For Y2K check */
- Previous message: [Python-checkins] CVS: python/dist/src/Modules bsddbmodule.c,1.22,1.23 _tkinter.c,1.108,1.109 cPickle.c,2.47,2.48 cStringIO.c,2.23,2.24 dbmmodule.c,2.20,2.21 gdbmmodule.c,2.25,2.26 sunaudiodev.c,1.22,1.23 timemodule.c,2.94,2.95
- Next message: [Python-checkins] CVS: python/dist/src/Modules parsermodule.c,2.48,2.49
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]