[Python-checkins] python/dist/src/RISCOS pyconfig.h,1.7,1.8
montanaro at users.sourceforge.net
montanaro at users.sourceforge.net
Fri Jan 16 19:16:14 EST 2004
Update of /cvsroot/python/python/dist/src/RISCOS
In directory sc8-pr-cvs1:/tmp/cvs-serv15435/RISCOS
Modified Files:
pyconfig.h
Log Message:
Remove support for minix.
Remove unused and unnecessary checks for sizeof(char).
Index: pyconfig.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/RISCOS/pyconfig.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** pyconfig.h 10 May 2003 07:36:56 -0000 1.7
--- pyconfig.h 17 Jan 2004 00:16:12 -0000 1.8
***************
*** 26,32 ****
#undef HAVE_TZNAME
- /* Define if on MINIX. */
- #undef _MINIX
-
/* Define to `int' if <sys/types.h> doesn't define. */
#undef mode_t
--- 26,29 ----
More information about the Python-checkins
mailing list