Changeset 14449 for trunk/Ohana/src/opihi/lib.shell/CommandOps.c
- Timestamp:
- Aug 8, 2007, 12:27:44 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.shell/CommandOps.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.shell/CommandOps.c
r7917 r14449 1 1 # include "opihi.h" 2 3 // if the user has installed the libedit version of readline, we need to modify a couple symbols: 4 # ifndef RL_READLINE_VERSION 5 # define rl_completion_matches(A,B) completion_matches(A,B) 6 # endif 2 7 3 8 static Command *commands; … … 118 123 matches = (char **) NULL; 119 124 120 if (start == 0) 125 if (start == 0) { 121 126 matches = rl_completion_matches (text, command_generator); 127 } 122 128 123 129 return (matches);
Note:
See TracChangeset
for help on using the changeset viewer.
