Changeset 640ffe6 in mainline for uspace/app/sbi/src/parse.h
- Timestamp:
- 2010-05-08T08:15:57Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4039c77
- Parents:
- 1317380 (diff), 051bc69a (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/parse.h
r1317380 r640ffe6 48 48 lem_t *lcur(parse_t *parse); 49 49 lclass_t lcur_lc(parse_t *parse); 50 cspan_t *lcur_span(parse_t *parse); 51 cspan_t *lprev_span(parse_t *parse); 52 50 53 void lskip(parse_t *parse); 51 54 void lcheck(parse_t *parse, lclass_t lc);
Note:
See TracChangeset
for help on using the changeset viewer.