File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -128,6 +128,11 @@ getcopyright()
128128 return "Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam" ;
129129}
130130
131+ char *
132+ getplatform ()
133+ {
134+ return "mac" ;
135+ }
131136
132137/* Return the initial python search path. This is called once from
133138 initsys() to initialize sys.path.
@@ -282,7 +287,9 @@ extern void initfl();
282287extern void initthread ();
283288extern void inittiming ();
284289extern void initsignal ();
290+ #if 0
285291extern void initnew ();
292+ #endif
286293extern void initdl ();
287294extern void initsyslog ();
288295extern void initgestalt ();
@@ -353,7 +360,9 @@ struct {
353360#endif
354361 {"md5" , initmd5 },
355362 {"rotor" , initrotor },
363+ #if 0
356364 {"new" , initnew },
365+ #endif
357366 {"gestalt" , initgestalt },
358367 {"macfs" , initmacfs },
359368#ifdef THINK_C
You can’t perform that action at this time.
0 commit comments