[Python-checkins] python/dist/src/PC pyconfig.h,1.12,1.13

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Wed, 17 Jul 2002 08:32:42 -0700


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

Modified Files:
	pyconfig.h 
Log Message:
Windows has no actual need for BAD_STATIC_FORWARD, so got rid of it.


Index: pyconfig.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/pyconfig.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** pyconfig.h	7 Jul 2002 03:59:34 -0000	1.12
--- pyconfig.h	17 Jul 2002 15:32:40 -0000	1.13
***************
*** 436,443 ****
  /* #undef BAD_EXEC_PROTOTYPES */
  
- /* Define if your compiler botches static forward declarations
-    (as it does on SCI ODT 3.0) */
- #define BAD_STATIC_FORWARD 1
- 
  /* Define if getpgrp() must be called as getpgrp(0)
     and (consequently) setpgrp() as setpgrp(0, 0). */
--- 436,439 ----