0
0
mirror of https://github.com/python/cpython.git synced 2024-11-30 10:41:14 +01:00
cpython/Mac/mwerks
2000-07-24 19:46:27 +00:00
..
malloc ANSIfication step 2: make sure all needed prototypes are available, and all needed 2000-07-11 21:16:03 +00:00
old
projects
errno_unix.h
macuseshlstart.c Removed support for very old CodeWarrior runtimes. 2000-06-04 22:10:25 +00:00
mwerks_applet_config.h
mwerks_carbon_config.h MacPython on MacOSX DP4 gets started in the wrong directory. The workaround (ifdeffed by USE_ARGV0_CHDIR) is to do a chdir() to the folder part of our executable name. 2000-07-18 09:40:39 +00:00
mwerks_config.h
mwerks_nonshared_config.h Declare fileno() with prototype if USE_GUSI2 defined. This isn't really the right place, but it will have to do for now. 2000-07-24 19:46:27 +00:00
mwerks_plugin_config.h Define USE_GUSI if USE_GUSI1 or USE_GUSI2 is defined. 2000-07-18 09:40:08 +00:00
mwerks_shared_config.h Declare fileno() with prototype if USE_GUSI2 defined. This isn't really the right place, but it will have to do for now. 2000-07-24 19:46:27 +00:00
mwerks_shlib_config.h
mwerks_small_config.h Added a declaration of fileno() if we use GUSI. Not sure whether it should go here or in pyport.h really... 2000-07-11 21:14:21 +00:00
mwerks_threadsmall_config.h
mwerks_tkplugin_config.h
mwfopenrf.c