Changeset 10073 for trunk/Ohana/src/libohana/src/config.c
- Timestamp:
- Nov 17, 2006, 5:04:25 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libohana/src/config.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libohana/src/config.c
r2647 r10073 1 1 # include <ohana.h> 2 # ifndef whitespace3 # define whitespace(c) (((c) == ' ') || ((c) == '\t'))4 # endif5 2 6 3 # define D_NBYTES 4096 … … 278 275 } 279 276 p2 = tmp + strlen (tfield); 280 if ( whitespace(*p2)) {277 if (OHANA_WHITESPACE (*p2)) { 281 278 p = p2; 282 279 i++;
Note:
See TracChangeset
for help on using the changeset viewer.
