Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ea79c87

Browse files
committed
re-enabled newmodule
1 parent d8eb8a7 commit ea79c87

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Mac/Modules/config.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -287,9 +287,7 @@ extern void initfl();
287287
extern void initthread();
288288
extern void inittiming();
289289
extern void initsignal();
290-
#if 0
291290
extern void initnew();
292-
#endif
293291
extern void initdl();
294292
extern void initsyslog();
295293
extern void initgestalt();
@@ -361,9 +359,7 @@ struct {
361359
#endif
362360
{"md5", initmd5},
363361
{"rotor", initrotor},
364-
#if 0
365362
{"new", initnew},
366-
#endif
367363
{"gestalt", initgestalt},
368364
{"macfs", initmacfs},
369365
{"binascii", initbinascii},

0 commit comments

Comments
 (0)