Changes in src/Parser/StatementNode.cc [658fafe4:00c32e9]
- File:
-
- 1 edited
-
src/Parser/StatementNode.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/StatementNode.cc
r658fafe4 r00c32e9 417 417 } 418 418 419 420 void NullStmtNode::print( ostream &os, int indent ) const { 421 os << string( indent, ' ' ) << "Null Statement:" << endl; 422 } 423 424 Statement *NullStmtNode::build() const { 425 return new NullStmt; 426 } 427 419 428 // Local Variables: // 420 429 // tab-width: 4 //
Note:
See TracChangeset
for help on using the changeset viewer.