Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/ParseNode.h

    ree3c93d r3ed994e  
    403403};
    404404
    405 Expression * build_if_control( IfCtl * ctl, std::list< Statement * > & init );
    406405Statement * build_if( IfCtl * ctl, StatementNode * then_stmt, StatementNode * else_stmt );
    407406Statement * build_switch( bool isSwitch, ExpressionNode * ctl, StatementNode * stmt );
Note: See TracChangeset for help on using the changeset viewer.