Changeset 14449 for trunk/Ohana/src/opihi/cmd.basic/quit.c
- Timestamp:
- Aug 8, 2007, 12:27:44 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.basic/quit.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.basic/quit.c
r4302 r14449 12 12 } 13 13 14 // the libedit version of readline does not support an incremental write to history file 15 # ifndef RL_READLINE_VERSION 16 history = get_variable("HISTORY"); 17 if (history != NULL) write_history (history); 18 # endif 19 14 20 exit (state); 15 21
Note:
See TracChangeset
for help on using the changeset viewer.
