Changeset 883fedc in mainline for uspace/app/sbi/src/lex.c
- Timestamp:
- 2010-04-23T23:09:56Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 37c9fc8
- Parents:
- 80badbe (diff), 6c39a907 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/sbi/src/lex.c
r80badbe r883fedc 80 80 { lc_class, "class" }, 81 81 { lc_constructor, "constructor" }, 82 { lc_deleg, "deleg" }, 82 83 { lc_do, "do" }, 83 84 { lc_else, "else" }, … … 210 211 switch (lem->lclass) { 211 212 case lc_ident: 212 printf("( %d)", lem->u.ident.sid);213 printf("('%s')", strtab_get_str(lem->u.ident.sid)); 213 214 break; 214 215 case lc_lit_int:
Note:
See TracChangeset
for help on using the changeset viewer.