[Python-checkins] CVS: python/dist/src/Mac/Include pyconfig.h,1.2,1.3
Jack Jansen
jackjansen@users.sourceforge.net
2001年8月07日 08:30:15 -0700
Update of /cvsroot/python/python/dist/src/Mac/Include
In directory usw-pr-cvs1:/tmp/cvs-serv15445/python/Mac/Include
Modified Files:
pyconfig.h
Log Message:
Got rid of 68k-Mac and other outdated ifdefs.
Index: pyconfig.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Include/pyconfig.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** pyconfig.h 2001年08月07日 12:33:32 1.2
--- pyconfig.h 2001年08月07日 15:30:13 1.3
***************
*** 470,479 ****
/* Define if you have the hypot function. */
- #ifndef __MC68K__
- /* 68K hypot definition (and implementation) are unuseable
- ** because they use 10-byte floats.
- */
#define HAVE_HYPOT
- #endif
/* Define if you have the inet_pton function. */
--- 470,474 ----