[BACK]Return to ytab.h CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2018 / parse

Diff for /OpenXM_contrib2/asir2018/parse/ytab.h between version 1.1 and 1.2

version 1.1, 2018/09/19 05:45:08 version 1.2, 2019/03/29 05:08:36
Line 1 
Line 1 
   /* A Bison parser, made by GNU Bison 3.3.2.  */
   
 /* A Bison parser, made by GNU Bison 2.4.1.  */  /* Bison interface for Yacc-like parsers in C
   
 /* Skeleton interface for Bison's Yacc-like parsers in C     Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2019 Free Software Foundation,
      Inc.
       Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006  
    Free Software Foundation, Inc.  
   
    This program is free software: you can redistribute it and/or modify     This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by     it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or     the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.     (at your option) any later version.
   
    This program is distributed in the hope that it will be useful,     This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of     but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.     GNU General Public License for more details.
   
    You should have received a copy of the GNU General Public License     You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */     along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
   
Line 28 
Line 27 
    special exception, which will cause the skeleton and the resulting     special exception, which will cause the skeleton and the resulting
    Bison output files to be licensed under the GNU General Public     Bison output files to be licensed under the GNU General Public
    License without this special exception.     License without this special exception.
   
    This special exception was added by the Free Software Foundation in     This special exception was added by the Free Software Foundation in
    version 2.2 of Bison.  */     version 2.2 of Bison.  */
   
   /* Undocumented macros, especially those whose name start with YY_,
      are private implementation details.  Do not rely on them.  */
   
 /* Tokens.  */  #ifndef YY_YY_Y_TAB_H_INCLUDED
   # define YY_YY_Y_TAB_H_INCLUDED
   /* Debug traces.  */
   #ifndef YYDEBUG
   # define YYDEBUG 0
   #endif
   #if YYDEBUG
   extern int yydebug;
   #endif
   
   /* Token type.  */
 #ifndef YYTOKENTYPE  #ifndef YYTOKENTYPE
 # define YYTOKENTYPE  # define YYTOKENTYPE
    /* Put the tokens into the symbol table, so that GDB and other debuggers    enum yytokentype
       know about them.  */    {
    enum yytokentype {      STRUCT = 258,
      STRUCT = 258,      POINT = 259,
      POINT = 259,      NEWSTRUCT = 260,
      NEWSTRUCT = 260,      ANS = 261,
      ANS = 261,      FDEF = 262,
      FDEF = 262,      PFDEF = 263,
      PFDEF = 263,      MODDEF = 264,
      MODDEF = 264,      MODEND = 265,
      MODEND = 265,      GLOBAL = 266,
      GLOBAL = 266,      MGLOBAL = 267,
      MGLOBAL = 267,      LOCAL = 268,
      LOCAL = 268,      LOCALF = 269,
      LOCALF = 269,      CMP = 270,
      CMP = 270,      OR = 271,
      OR = 271,      AND = 272,
      AND = 272,      CAR = 273,
      CAR = 273,      CDR = 274,
      CDR = 274,      QUOTED = 275,
      QUOTED = 275,      COLONCOLON = 276,
      COLONCOLON = 276,      DO = 277,
      DO = 277,      WHILE = 278,
      WHILE = 278,      FOR = 279,
      FOR = 279,      IF = 280,
      IF = 280,      ELSE = 281,
      ELSE = 281,      BREAK = 282,
      BREAK = 282,      RETURN = 283,
      RETURN = 283,      CONTINUE = 284,
      CONTINUE = 284,      PARIF = 285,
      PARIF = 285,      MAP = 286,
      MAP = 286,      RECMAP = 287,
      RECMAP = 287,      TIMER = 288,
      TIMER = 288,      GF2NGEN = 289,
      GF2NGEN = 289,      GFPNGEN = 290,
      GFPNGEN = 290,      GFSNGEN = 291,
      GFSNGEN = 291,      GETOPT = 292,
      GETOPT = 292,      FOP_AND = 293,
      FOP_AND = 293,      FOP_OR = 294,
      FOP_OR = 294,      FOP_IMPL = 295,
      FOP_IMPL = 295,      FOP_REPL = 296,
      FOP_REPL = 296,      FOP_EQUIV = 297,
      FOP_EQUIV = 297,      FOP_NOT = 298,
      FOP_NOT = 298,      LOP = 299,
      LOP = 299,      FORMULA = 300,
      FORMULA = 300,      UCASE = 301,
      UCASE = 301,      LCASE = 302,
      LCASE = 302,      STR = 303,
      STR = 303,      SELF = 304,
      SELF = 304,      BOPASS = 305,
      BOPASS = 305,      PLUS = 306,
      PLUS = 306,      MINUS = 307
      MINUS = 307    };
    };  
 #endif  #endif
 /* Tokens.  */  /* Tokens.  */
 #define STRUCT 258  #define STRUCT 258
Line 143 
Line 153 
 #define PLUS 306  #define PLUS 306
 #define MINUS 307  #define MINUS 307
   
   /* Value type.  */
   
   
 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED  #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
 typedef union YYSTYPE  
   union YYSTYPE
 {  {
   #line 83 "parse.y" /* yacc.c:1921  */
   
 /* Line 1676 of yacc.c  */          FNODE f;
 #line 83 "parse.y"          SNODE s;
           NODE n;
           NODE2 n2;
           int i;
           pointer p;
   
   FNODE f;  #line 171 "y.tab.h" /* yacc.c:1921  */
   SNODE s;  };
   NODE n;  
   NODE2 n2;  
   int i;  
   pointer p;  
   
   typedef union YYSTYPE YYSTYPE;
   
 /* Line 1676 of yacc.c  */  
 #line 167 "y.tab.h"  
 } YYSTYPE;  
 # define YYSTYPE_IS_TRIVIAL 1  # define YYSTYPE_IS_TRIVIAL 1
 # define yystype YYSTYPE /* obsolescent; will be withdrawn */  
 # define YYSTYPE_IS_DECLARED 1  # define YYSTYPE_IS_DECLARED 1
 #endif  #endif
   
   
 extern YYSTYPE yylval;  extern YYSTYPE yylval;
   
   int yyparse (void);
   
   #endif /* !YY_YY_Y_TAB_H_INCLUDED  */

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>