Changeset 3510 for trunk/src/scconf/sclex.c
- Timestamp:
- 05/05/08 13:00:01 (8 months ago)
- Files:
-
- 1 modified
-
trunk/src/scconf/sclex.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/scconf/sclex.c
r1686 r3510 93 93 } 94 94 95 static void buf_eat_till(BUFHAN * bp, char start, c har *end)95 static void buf_eat_till(BUFHAN * bp, char start, const char *end) 96 96 { 97 97 int i;
