[Python-checkins] CVS: python/dist/src/Python dynload_mac.c,2.6,2.7 errors.c,2.48,2.49

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


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

Modified Files:
	dynload_mac.c errors.c 
Log Message:
delete obsolete SYMANTEC__CFM68K__ #ifdefs



Index: dynload_mac.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/dynload_mac.c,v
retrieving revision 2.6
retrieving revision 2.7
diff -C2 -r2.6 -r2.7
*** dynload_mac.c	2000/06/30 23:58:06	2.6
--- dynload_mac.c	2000/07/12 17:21:42	2.7
***************
*** 16,23 ****
  #include <Aliases.h>
  #include <CodeFragments.h>
- #ifdef SYMANTEC__CFM68K__ /* Really an older version of Universal Headers */
- #define CFragConnectionID ConnectionID
- #define kLoadCFrag 0x01
- #endif
  #ifdef USE_GUSI1
  #include "TFileSpec.h"		/* for Path2FSSpec() */
--- 16,19 ----

Index: errors.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/errors.c,v
retrieving revision 2.48
retrieving revision 2.49
diff -C2 -r2.48 -r2.49
*** errors.c	2000/07/09 03:09:56	2.48
--- errors.c	2000/07/12 17:21:42	2.49
***************
*** 13,20 ****
  #include "Python.h"
  
- #ifdef SYMANTEC__CFM68K__
- #pragma lib_export on
- #endif
- 
  #ifdef macintosh
  extern char *PyMac_StrError(int);
--- 13,16 ----