Changes in src/SynTree/CompoundStmt.cc [a2dbad10:50377a4]
- File:
-
- 1 edited
-
src/SynTree/CompoundStmt.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/CompoundStmt.cc
ra2dbad10 r50377a4 73 73 } 74 74 75 void CompoundStmt::print( std::ostream &os, intindent ) const {76 os << "CompoundStmt" << endl ;77 printAll( kids, os, indent + 2);75 void CompoundStmt::print( std::ostream &os, Indenter indent ) const { 76 os << "CompoundStmt" << endl; 77 printAll( kids, os, indent+1 ); 78 78 } 79 79
Note:
See TracChangeset
for help on using the changeset viewer.