Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Constant.cc

    r3c398b6 rbb9d8e8  
    7171}
    7272
    73 void Constant::print( std::ostream &os, int indent ) const {
     73void Constant::print( std::ostream &os, Indenter ) const {
    7474        os << "(" << rep << " " << val.ival;
    7575        if ( type ) {
Note: See TracChangeset for help on using the changeset viewer.