Changeset 3baec29 in mainline for uspace/app/pcc/cc/cpp/token.c
- Timestamp:
- 2011-04-09T16:35:59Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2e08dce7
- Parents:
- f5c8046
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/pcc/cc/cpp/token.c
rf5c8046 r3baec29 45 45 #include <stdlib.h> 46 46 #include <string.h> 47 #include <c type.h>47 #include <compat/ctype.h> 48 48 #ifdef HAVE_UNISTD_H 49 49 #include <unistd.h> … … 183 183 { 184 184 struct symtab *nl; 185 int ch, i, ccnt , onemore;185 int ch, i, ccnt; 186 186 usch *cp; 187 187 … … 357 357 goto xloop; 358 358 } 359 onemore =i = ccnt = 0;359 i = ccnt = 0; 360 360 do { 361 361 yytext[i++] = (usch)ch;
Note:
See TracChangeset
for help on using the changeset viewer.