[Python-checkins] CVS: python/dist/src/Modules timemodule.c,2.82,2.83

Fred Drake python-dev@python.org
Tue, 9 May 2000 15:52:42 -0400


Update of /projects/cvsroot/python/dist/src/Modules
In directory seahag.cnri.reston.va.us:/home/fdrake/projects/python/Modules

Modified Files:
	timemodule.c 
Log Message:

M.-A. Lemburg <mal@lemburg.com>:
Fixed a bug due to a /* inside /*...*/. GCC doesn't like
this and bombs.


Index: timemodule.c
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Modules/timemodule.c,v
retrieving revision 2.82
retrieving revision 2.83
diff -C2 -r2.82 -r2.83
*** timemodule.c	2000/04/26 20:40:13	2.82
--- timemodule.c	2000/05/09 19:52:40	2.83
***************
*** 422,426 ****
  
  #ifdef HAVE_STRPTIME
! /* extern char *strptime(); /* Enable this if it's not declared in <time.h> */
  
  static PyObject *
--- 422,429 ----
  
  #ifdef HAVE_STRPTIME
! 
! #if 0
! extern char *strptime(); /* Enable this if it's not declared in <time.h> */
! #endif
  
  static PyObject *