Changes in src/SynTree/Declaration.cc [d67cdb7:50377a4]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Declaration.cc
rd67cdb7 r50377a4 70 70 } 71 71 72 void AsmDecl::print( std::ostream &os, intindent ) const {72 void AsmDecl::print( std::ostream &os, Indenter indent ) const { 73 73 stmt->print( os, indent ); 74 74 } 75 75 76 void AsmDecl::printShort( std::ostream &os, intindent ) const {76 void AsmDecl::printShort( std::ostream &os, Indenter indent ) const { 77 77 stmt->print( os, indent ); 78 78 }
Note:
See TracChangeset
for help on using the changeset viewer.