Changeset 9040
- Timestamp:
- Sep 28, 2006, 2:15:01 PM (20 years ago)
- Location:
- trunk/Ohana/src/opihi
- Files:
-
- 2 edited
-
cmd.basic/init.c (modified) (2 diffs)
-
mana/opihi.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.basic/init.c
r8189 r9040 84 84 InitVariables (); 85 85 InitLists (); 86 InitOutfile ();87 86 88 87 for (i = 0; i < sizeof (cmds) / sizeof (Command); i++) { … … 102 101 InitVariables (); 103 102 InitLists (); 104 InitOutfile ();105 103 106 104 for (i = 0; i < sizeof (cmds) / sizeof (Command); i++) { -
trunk/Ohana/src/opihi/mana/opihi.c
r7917 r9040 38 38 /* load the commands used by this implementation */ 39 39 InitBasic (); 40 InitOutfile ();41 40 42 41 rl_readline_name = opihi_name;
Note:
See TracChangeset
for help on using the changeset viewer.
