- Timestamp:
- Mar 28, 2012, 8:10:40 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111122/Ohana/src/opihi/lib.shell/parse.c
r30614 r33615 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.
