- Timestamp:
- Nov 10, 2010, 4:21:30 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk/Parser/tokenizer.c
r2 r105 1293 1293 while (isalnum(c) || c == '_') { 1294 1294 c = tok_nextc(tok); 1295 #ifdef __KLIBC__ 1296 if (c == EOF) 1297 break; 1298 #endif 1295 1299 } 1296 1300 tok_backup(tok, c);
Note:
See TracChangeset
for help on using the changeset viewer.