Changeset cd623a4 for src/SynTree


Ignore:
Timestamp:
Jun 7, 2015, 7:59:43 AM (10 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
Children:
5f2f2d7
Parents:
59db689
Message:

constant types, second attempt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/SynTree/Expression.cc

    r59db689 rcd623a4  
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sat Jun  6 14:13:39 2015
    13 // Update Count     : 14
     12// Last Modified On : Sat Jun  6 23:43:22 2015
     13// Update Count     : 15
    1414//
    1515
     
    7272
    7373void ConstantExpr::print( std::ostream &os, int indent ) const {
    74         os << std::string( indent, ' ' ) << "constant expression: " ;
     74        os << "constant expression: " ;
    7575        constant.print( os );
    7676        Expression::print( os, indent );
Note: See TracChangeset for help on using the changeset viewer.