[Python-checkins] CVS: python/dist/src/Mac/Python macglue.c,1.98,1.99

Jack Jansen jackjansen@users.sourceforge.net
Fri, 03 Aug 2001 08:39:29 -0700


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

Modified Files:
	macglue.c 
Log Message:
PyMac_GetFSSpec must be called via the dylib glue code on OSX.


Index: macglue.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Python/macglue.c,v
retrieving revision 1.98
retrieving revision 1.99
diff -C2 -d -r1.98 -r1.99
*** macglue.c	2001/08/03 13:31:36	1.98
--- macglue.c	2001/08/03 15:39:27	1.99
***************
*** 1195,1198 ****
--- 1195,1199 ----
      return (*PyMacGluePtr_##routinename)(pyobj, cobj); \
  }
+ GLUE_CONVERT(FSSpec, PyMac_GetFSSpec, "macfs")
  
  GLUE_NEW(AppleEvent *, AEDesc_New, "AE") /* XXXX Why by address? */