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

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


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

Modified Files:
	Python.h 
Log Message:
deleted obsolete SYMANTEC__CFM68K__ tests




Index: Python.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/Python.h,v
retrieving revision 2.22
retrieving revision 2.23
diff -C2 -r2.22 -r2.23
*** Python.h	2000/07/08 04:17:21	2.22
--- Python.h	2000/07/12 17:26:09	2.23
***************
*** 42,49 ****
  #endif
  
- #ifdef SYMANTEC__CFM68K__
- #define UsingSharedLibs
- #endif
- 
  #if defined(__sgi) && defined(WITH_THREAD) && !defined(_SGI_MP_SOURCE)
  #define _SGI_MP_SOURCE
--- 42,45 ----
***************
*** 58,65 ****
  
  #include "myproto.h"
- 
- #ifdef SYMANTEC__CFM68K__
- #pragma lib_export on
- #endif
  
  #include "object.h"
--- 54,57 ----