Changeset 73751c0 in mainline for uspace/app/sbi/src/stree.h
- Timestamp:
- 2011-03-18T12:16:36Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b495a93
- Parents:
- 42a3a57 (diff), b64eac6 (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/stree.h
r42a3a57 r73751c0 1 1 /* 2 * Copyright (c) 201 0Jiri Svoboda2 * Copyright (c) 2011 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 55 55 stree_vdecl_t *stree_vdecl_new(void); 56 56 stree_if_t *stree_if_new(void); 57 stree_switch_t *stree_switch_new(void); 57 58 stree_while_t *stree_while_new(void); 58 59 stree_for_t *stree_for_new(void); … … 65 66 stree_except_t *stree_except_new(void); 66 67 stree_if_clause_t *stree_if_clause_new(void); 68 stree_when_t *stree_when_new(void); 67 69 stree_block_t *stree_block_new(void); 68 70
Note:
See TracChangeset
for help on using the changeset viewer.