Changeset 33662 for trunk/Ohana/src/opihi/lib.shell/parse.c
- Timestamp:
- Apr 1, 2012, 3:24:39 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.shell/parse.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.shell/parse.c
r30614 r33662 101 101 V1 ++; 102 102 while (isspace (*V1)) V1++; 103 if (*V1 == 0) goto error; 103 if (*V1 == 0) { 104 // assign empty vector 105 set_str_variable (V0, ""); 106 goto escape; 107 } 104 108 105 109 /* command replacement. execute the line, place answer in val. */
Note:
See TracChangeset
for help on using the changeset viewer.
