Ignore:
Timestamp:
Oct 3, 2017, 4:04:04 PM (7 years ago)
Author:
Rob Schluntz <rschlunt@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
7664fad, b7778c1, f5854507
Parents:
e5c8488
Message:

Fix Constant print to use Indenter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Constant.cc

    re5c8488 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.