Commit ea79c876 authored by Jack Jansen's avatar Jack Jansen

re-enabled newmodule

parent d8eb8a79
...@@ -287,9 +287,7 @@ extern void initfl(); ...@@ -287,9 +287,7 @@ extern void initfl();
extern void initthread(); extern void initthread();
extern void inittiming(); extern void inittiming();
extern void initsignal(); extern void initsignal();
#if 0
extern void initnew(); extern void initnew();
#endif
extern void initdl(); extern void initdl();
extern void initsyslog(); extern void initsyslog();
extern void initgestalt(); extern void initgestalt();
...@@ -361,9 +359,7 @@ struct { ...@@ -361,9 +359,7 @@ struct {
#endif #endif
{"md5", initmd5}, {"md5", initmd5},
{"rotor", initrotor}, {"rotor", initrotor},
#if 0
{"new", initnew}, {"new", initnew},
#endif
{"gestalt", initgestalt}, {"gestalt", initgestalt},
{"macfs", initmacfs}, {"macfs", initmacfs},
{"binascii", initbinascii}, {"binascii", initbinascii},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment