[Python-checkins] python/dist/src/Mac/Python macgetargv.c,1.27,1.28

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Fri, 13 Dec 2002 07:02:37 -0800


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

Modified Files:
	macgetargv.c 
Log Message:
Get rid of support for Universal Headers older than 3.4 and various other
outdated things.


Index: macgetargv.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Python/macgetargv.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** macgetargv.c	12 Dec 2002 10:31:53 -0000	1.27
--- macgetargv.c	13 Dec 2002 15:02:02 -0000	1.28
***************
*** 46,54 ****
  #endif /* WITHOUT_FRAMEWORKS */
  
- #if UNIVERSAL_INTERFACES_VERSION >= 0x0340
  typedef long refcontype;
- #else
- typedef unsigned long refcontype;
- #endif
  
  #include "Python.h"
--- 46,50 ----