[Python-checkins] python/dist/src/Mac/Include macglue.h,1.60,1.61

jackjansen@sourceforge.net jackjansen@sourceforge.net
Thu, 11 Apr 2002 13:53:05 -0700


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

Modified Files:
	macglue.h 
Log Message:
Got rid of ifdefs for long-obsolete GUSI versions and other lurkers.

Index: macglue.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Include/macglue.h,v
retrieving revision 1.60
retrieving revision 1.61
diff -C2 -d -r1.60 -r1.61
*** macglue.h	14 Dec 2001 22:58:06 -0000	1.60
--- macglue.h	11 Apr 2002 20:53:03 -0000	1.61
***************
*** 47,55 ****
  } PyMacSchedParams;
  
- #ifdef USE_GUSI1
- void PyMac_FixGUSIcd(void);		/* Workaround for GUSI chdir() call */
- extern void PyMac_SetGUSISpin(void);		/* Install our private GUSI spin routine */
- #endif
- 
  unsigned char *Pstring(char *str);		/* Convert c-string to pascal-string in static buffer */
  
--- 47,50 ----
***************
*** 64,68 ****
  extern OSErr PyMac_init_application_location(void);	/* Init the above */
  extern int PyMac_GetArgv(char ***, int);	/* Get argc, argv (from macargv.c) */
- extern int PyMac_AppearanceCompliant;	/* True if in appearance support mode */
  
  extern PyObject *PyMac_OSErrException;		/* Exception for OSErr */
--- 59,62 ----