File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,6 +78,9 @@ extern void initsyslog();
7878extern void initgestalt ();
7979extern void initmacfs ();
8080extern void initbinascii ();
81+ extern void initsoundex ();
82+ extern void initoperator ();
83+ extern void initerrno ();
8184#ifdef THINK
8285extern void initmacconsole ();
8386#endif
@@ -171,6 +174,9 @@ struct _inittab inittab[] = {
171174 {"gestalt" , initgestalt },
172175 {"macfs" , initmacfs },
173176 {"binascii" , initbinascii },
177+ {"soundex" , initsoundex },
178+ {"operator" , initoperator },
179+ {"errno" , initerrno },
174180#ifdef THINK_C
175181/* This is an interface to the Think runtime */
176182 {"macconsole" , initmacconsole },
@@ -230,7 +236,7 @@ struct _inittab inittab[] = {
230236#endif
231237#ifdef USE_GDBM
232238 {"gdbm" , initgdbm },
233- #endif USE_GDBM
239+ #endif /* USE_GDBM */
234240
235241/* -- ADDMODULE MARKER 2 -- */
236242
You can’t perform that action at this time.
0 commit comments