Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Statement.h

    rb2152e7a ra61fea9a  
    99// Author           : Richard C. Bilson
    1010// Created On       : Mon May 18 07:44:20 2015
    11 // Last Modified By : Rob Schluntz
    12 // Last Modified On : Tue Jun 02 13:07:25 2015
    13 // Update Count     : 13
     11// Last Modified By : Peter A. Buhr
     12// Last Modified On : Wed Jun  3 11:55:15 2015
     13// Update Count     : 6
    1414//
    1515
     
    149149              std::list<Statement *> &stmts, bool isdef = false ) throw(SemanticError);
    150150        virtual ~CaseStmt();
    151 
    152         static CaseStmt * makeDefault( std::list<Label> labels = std::list<Label>(),
    153                 std::list<Statement *> stmts = std::list<Statement *>() );
    154151
    155152        bool isDefault() { return _isDefault; }
Note: See TracChangeset for help on using the changeset viewer.