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