[Python-checkins] python/dist/src/RISCOS pyconfig.h,1.9,1.10

montanaro at users.sourceforge.net montanaro at users.sourceforge.net
Sat Jan 17 09:19:46 EST 2004


Update of /cvsroot/python/python/dist/src/RISCOS
In directory sc8-pr-cvs1:/tmp/cvs-serv12761/RISCOS

Modified Files:
	pyconfig.h 
Log Message:
Remove support for SunOS 4.
Remove BAD_EXEC_PROTOYPE (leftover from IRIX 4 demolition).


Index: pyconfig.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/RISCOS/pyconfig.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** pyconfig.h	17 Jan 2004 04:04:13 -0000	1.9
--- pyconfig.h	17 Jan 2004 14:19:44 -0000	1.10
***************
*** 68,75 ****
  #undef AIX_GENUINE_CPLUSPLUS
  
- /* Define if your <unistd.h> contains bad prototypes for exec*()
-    (as it does on SGI IRIX 4.x) */
- #undef BAD_EXEC_PROTOTYPES
- 
  /* Define if your compiler botches static forward declarations
     (as it does on SCI ODT 3.0) */
--- 68,71 ----





More information about the Python-checkins mailing list