Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/parser.h

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