Changes in src/SynTree/Constant.cc [3c398b6:bb9d8e8]
- File:
-
- 1 edited
-
src/SynTree/Constant.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Constant.cc
r3c398b6 rbb9d8e8 71 71 } 72 72 73 void Constant::print( std::ostream &os, int indent) const {73 void Constant::print( std::ostream &os, Indenter ) const { 74 74 os << "(" << rep << " " << val.ival; 75 75 if ( type ) {
Note:
See TracChangeset
for help on using the changeset viewer.