[Python-checkins] python/dist/src/Mac/Python macgetcompiler.c,1.16,1.17

jackjansen@sourceforge.net jackjansen@sourceforge.net
Thu, 11 Apr 2002 13:46:18 -0700


Update of /cvsroot/python/python/dist/src/Mac/Python
In directory usw-pr-cvs1:/tmp/cvs-serv8967/Python/Mac/Python

Modified Files:
	macgetcompiler.c 
Log Message:
Got rid of ifdefs for long-obsolete GUSI versions.

Index: macgetcompiler.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Python/macgetcompiler.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** macgetcompiler.c	7 Aug 2001 12:33:27 -0000	1.16
--- macgetcompiler.c	11 Apr 2002 20:46:16 -0000	1.17
***************
*** 36,47 ****
  
  #ifdef __MWERKS__
- #ifdef USE_GUSI1
- #define HASGUSI " GUSI1"
- #else
  #ifdef USE_GUSI2
  #define HASGUSI " GUSI2"
  #else
  #define HASGUSI ""
- #endif
  #endif
  
--- 36,43 ----