Ignore:
Timestamp:
Oct 3, 2017, 2:27:21 PM (7 years ago)
Author:
Thierry Delisle <tdelisle@…>
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:
e1ff775
Parents:
617b4b2
Message:

Fixed visit children to properly work with the indexer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Constant.cc

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