Changeset 10073 for trunk/Ohana/src/opihi/lib.shell/parse.c
- Timestamp:
- Nov 17, 2006, 5:04:25 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.shell/parse.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.shell/parse.c
r7917 r10073 51 51 if (*V1 != '=') goto error; 52 52 53 /* find first non- whitespacecharacter after = */53 /* find first non-WHITESPACE character after = */ 54 54 V1 ++; 55 55 while (isspace (*V1)) V1++; … … 93 93 val = dvomath (1, &V1, &size, 0); 94 94 if (val == NULL) { 95 while ( whitespace(*V1)) V1++;95 while (OHANA_WHITESPACE (*V1)) V1++; 96 96 val = strcreate (V1); 97 97 }
Note:
See TracChangeset
for help on using the changeset viewer.
