[Python-checkins] python/dist/src/Python sysmodule.c,2.124,2.125

nnorwitz at users.sourceforge.net nnorwitz at users.sourceforge.net
Sun Jun 13 16:32:19 EDT 2004


Update of /cvsroot/python/python/dist/src/Python
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14801/Python

Modified Files:
	sysmodule.c 
Log Message:
Remove compiler warning

Index: sysmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/sysmodule.c,v
retrieving revision 2.124
retrieving revision 2.125
diff -C2 -d -r2.124 -r2.125
*** sysmodule.c	8 Jun 2004 08:17:44 -0000	2.124
--- sysmodule.c	13 Jun 2004 20:32:17 -0000	2.125
***************
*** 468,472 ****
  Pentium time-stamp counter."
  ); 
! #endif TSC
  
  static PyObject *
--- 468,472 ----
  Pentium time-stamp counter."
  ); 
! #endif /* TSC */
  
  static PyObject *




More information about the Python-checkins mailing list