Changes in src/SynTree/Statement.cc [cc32d83:b9f383f]
- File:
-
- 1 edited
-
src/SynTree/Statement.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Statement.cc
rcc32d83 rb9f383f 94 94 95 95 96 DirectiveStmt::DirectiveStmt( const std::string & directive ) : Statement(), directive( directive ) {}97 98 void DirectiveStmt::print( std::ostream &os, Indenter ) const {99 os << "GCC Directive:" << directive << endl;100 }101 102 103 96 const char *BranchStmt::brType[] = { "Goto", "Break", "Continue" }; 104 97
Note:
See TracChangeset
for help on using the changeset viewer.