Changes in src/SynTree/CompoundStmt.cc [e3e16bc:a2dbad10]
- File:
-
- 1 edited
-
src/SynTree/CompoundStmt.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/CompoundStmt.cc
re3e16bc ra2dbad10 29 29 30 30 CompoundStmt::CompoundStmt( std::list<Label> labels ) : Statement( labels ) { 31 } 32 33 CompoundStmt::CompoundStmt( std::list<Statement *> stmts ) : Statement( noLabels ), kids( stmts ) { 31 34 } 32 35
Note:
See TracChangeset
for help on using the changeset viewer.