Changes in src/SynTree/CompoundStmt.cc [a2dbad10:e3e16bc]
- File:
-
- 1 edited
-
src/SynTree/CompoundStmt.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/CompoundStmt.cc
ra2dbad10 re3e16bc 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 ) {34 31 } 35 32
Note:
See TracChangeset
for help on using the changeset viewer.