[Python-checkins] python/dist/src/Modules getpath.c, 1.46.14.1, 1.46.14.2

bcannon at users.sourceforge.net bcannon at users.sourceforge.net
Sat Jun 26 00:10:16 EDT 2004


Update of /cvsroot/python/python/dist/src/Modules
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv709/Modules

Modified Files:
      Tag: release23-maint
	getpath.c 
Log Message:
Allow Modules/getpath.c to compile on OS X in a --disable-framework build.

Closes bug #978645.


Index: getpath.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/getpath.c,v
retrieving revision 1.46.14.1
retrieving revision 1.46.14.2
diff -C2 -d -r1.46.14.1 -r1.46.14.2
*** getpath.c	3 Jun 2004 14:38:38 -0000	1.46.14.1
--- getpath.c	26 Jun 2004 04:10:14 -0000	1.46.14.2
***************
*** 7,11 ****
  #include <string.h>
  
! #ifdef WITH_NEXT_FRAMEWORK
  #include <mach-o/dyld.h>
  #endif
--- 7,11 ----
  #include <string.h>
  
! #ifdef __APPLE__
  #include <mach-o/dyld.h>
  #endif




More information about the Python-checkins mailing list