Changes in src/SynTree/Constant.cc [bb9d8e8:a2dbad10]
- File:
-
- 1 edited
-
src/SynTree/Constant.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Constant.cc
rbb9d8e8 ra2dbad10 71 71 } 72 72 73 void Constant::print( std::ostream &os , Indenter) 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.