[Python-checkins] CVS: python/dist/src/Include mymalloc.h,2.22,2.23 mymath.h,2.10,2.11

Skip Montanaro python-dev@python.org
Wed, 12 Jul 2000 10:21:44 -0700


Update of /cvsroot/python/python/dist/src/Include
In directory slayer.i.sourceforge.net:/tmp/cvs-serv17993/Include

Modified Files:
	mymalloc.h mymath.h 
Log Message:
delete obsolete SYMANTEC__CFM68K__ #ifdefs



Index: mymalloc.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/mymalloc.h,v
retrieving revision 2.22
retrieving revision 2.23
diff -C2 -r2.22 -r2.23
*** mymalloc.h	2000/07/09 03:09:55	2.22
--- mymalloc.h	2000/07/12 17:21:41	2.23
***************
*** 45,52 ****
  #endif
  
- #ifdef SYMANTEC__CFM68K__
- #pragma lib_export on
- #endif
- 
  #ifndef DL_IMPORT       /* declarations for DLL import */
  #define DL_IMPORT(RTYPE) RTYPE
--- 45,48 ----

Index: mymath.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/mymath.h,v
retrieving revision 2.10
retrieving revision 2.11
diff -C2 -r2.10 -r2.11
*** mymath.h	2000/07/09 03:09:55	2.10
--- mymath.h	2000/07/12 17:21:41	2.11
***************
*** 6,13 ****
     XXX Not sure now...  Seems to be something else going on as well... */
  
- #ifdef SYMANTEC__CFM68K__
- #pragma lib_export off
- #endif
- 
  #ifndef HAVE_HYPOT
  extern double hypot(double, double);
--- 6,9 ----
***************
*** 23,30 ****
  #undef hypot
  #endif
- #endif
- 
- #ifdef SYMANTEC__CFM68K__
- #pragma lib_export on
  #endif
  
--- 19,22 ----