Changeset 1ef0fc3 in mainline for uspace/app/sbi/src/symbol.c
- Timestamp:
- 2010-04-10T11:19:18Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d7e45c8
- Parents:
- 2721a75 (diff), 074444f (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/symbol.c
r2721a75 r1ef0fc3 68 68 return b; 69 69 case tc_tapply: 70 printf("Internal error: Generic types not implemented.\n");71 exit(1);70 return symbol_xlookup_in_csi(prog, scope, 71 texpr->u.tapply->gtype); 72 72 default: 73 73 assert(b_false);
Note:
See TracChangeset
for help on using the changeset viewer.