Ignore:
Timestamp:
Aug 4, 2016, 5:26:20 PM (8 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, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
51e076e
Parents:
064e3ff (diff), cf37a8e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg2:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/ExpressionNode.cc

    r064e3ff rb87e2b60  
    8383}
    8484
    85 CommaExprNode *ExpressionNode::add_to_list( ExpressionNode *exp ) {
    86         return new CommaExprNode( this, exp );
    87 }
     85// CommaExprNode *ExpressionNode::add_to_list( ExpressionNode *exp ) {
     86//      return new CommaExprNode( this, exp );
     87// }
    8888
    8989//##############################################################################
     
    593593}
    594594
    595 CommaExprNode *CommaExprNode::add_to_list( ExpressionNode *exp ) {
    596         add_arg( exp );
    597 
    598         return this;
    599 }
     595// CommaExprNode *CommaExprNode::add_to_list( ExpressionNode *exp ) {
     596//      add_arg( exp );
     597//
     598//      return this;
     599// }
    600600
    601601CommaExprNode::CommaExprNode( const CommaExprNode &other ) : CompositeExprNode( other ) {
Note: See TracChangeset for help on using the changeset viewer.