Changeset 1406
- Timestamp:
- 11/10/11 21:27:32 (20 months ago)
- File:
-
- 1 edited
-
trunk/lib/ubasic/tokenizer.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/ubasic/tokenizer.c
r1348 r1406 281 281 return TOKENIZER_ENDOFINPUT; 282 282 } 283 284 // UnknStatement should have size, otherwise hanging-up in ubasic.c possible for some cases 285 nextptr = ptr + 1; 283 286 284 287 if(isdigit(*ptr)) { … … 347 350 } 348 351 349 350 352 return TOKENIZER_ERROR; 351 353 }
Note: See TracChangeset
for help on using the changeset viewer.