Changeset 42080 for trunk/Ohana/src/opihi/lib.shell/expand_vectors.c
- Timestamp:
- Feb 28, 2022, 12:14:19 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.shell/expand_vectors.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.shell/expand_vectors.c
r41959 r42080 135 135 // include/shell.h. A vector name cannot include a colon, while a variable name 136 136 // cannot include a dot. 137 // temporary remove ISVEC check until ":" issue fixed CCL 138 //for (w = p - 1; (w >= line) && !OHANA_WHITESPACE(*w) && ISVEC(*w); w--); 139 for (w = p - 1; (w >= line) && !OHANA_WHITESPACE(*w); w--); 137 138 for (w = p - 1; (w >= line) && !OHANA_WHITESPACE(*w) && ISVEC(*w); w--); 140 139 w ++; 141 140 n = (int)(p - w);
Note:
See TracChangeset
for help on using the changeset viewer.
