Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/parser.h

    r064e3ff r2f22cc4  
    262262
    263263/* Line 2068 of yacc.c  */
    264 #line 110 "parser.yy"
     264#line 115 "parser.yy"
    265265
    266266        Token tok;
     
    271271        DeclarationNode::TypeClass tclass;
    272272        StatementNode *sn;
    273         ConstantNode *constant;
     273        ConstantExpr *constant;
     274        ForCtl *fctl;
    274275        LabelNode *label;
    275276        InitializerNode *in;
    276         OperatorNode::Type op;
     277        OperKinds op;
    277278        bool flag;
    278279
     
    280281
    281282/* Line 2068 of yacc.c  */
    282 #line 283 "Parser/parser.h"
     283#line 284 "Parser/parser.h"
    283284} YYSTYPE;
    284285# define YYSTYPE_IS_TRIVIAL 1
Note: See TracChangeset for help on using the changeset viewer.