Diff for /rpl/rplawk/y.tab.h between versions 1.2 and 1.3

version 1.2, 2011/01/03 12:08:57 version 1.3, 2017/05/29 09:51:09
Line 1 Line 1
 /* A Bison parser, made by GNU Bison 2.3.  */  /* A Bison parser, made by GNU Bison 3.0.4.  */
   
 /* Skeleton interface for Bison's Yacc-like parsers in C  /* Bison interface for Yacc-like parsers in C
   
    Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006     Copyright (C) 1984, 1989-1990, 2000-2015 Free Software Foundation, Inc.
    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 2, or (at your option)     the Free Software Foundation, either version 3 of the License, or
    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
Line 16 Line 15
    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, write to the Free Software     along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
    Foundation, Inc., 51 Franklin Street, Fifth Floor,  
    Boston, MA 02110-1301, USA.  */  
   
 /* As a special exception, you may create a larger work that contains  /* As a special exception, you may create a larger work that contains
    part or all of the Bison parser skeleton and distribute that work     part or all of the Bison parser skeleton and distribute that work
Line 33 Line 30
    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.  */
   
 /* 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 {      FIRSTTOKEN = 258,
      FIRSTTOKEN = 258,      PROGRAM = 259,
      PROGRAM = 259,      PASTAT = 260,
      PASTAT = 260,      PASTAT2 = 261,
      PASTAT2 = 261,      XBEGIN = 262,
      XBEGIN = 262,      XEND = 263,
      XEND = 263,      NL = 264,
      NL = 264,      ARRAY = 265,
      ARRAY = 265,      MATCH = 266,
      MATCH = 266,      NOTMATCH = 267,
      NOTMATCH = 267,      MATCHOP = 268,
      MATCHOP = 268,      FINAL = 269,
      FINAL = 269,      DOT = 270,
      DOT = 270,      ALL = 271,
      ALL = 271,      CCL = 272,
      CCL = 272,      NCCL = 273,
      NCCL = 273,      CHAR = 274,
      CHAR = 274,      OR = 275,
      OR = 275,      STAR = 276,
      STAR = 276,      QUEST = 277,
      QUEST = 277,      PLUS = 278,
      PLUS = 278,      EMPTYRE = 279,
      EMPTYRE = 279,      AND = 280,
      AND = 280,      BOR = 281,
      BOR = 281,      APPEND = 282,
      APPEND = 282,      EQ = 283,
      EQ = 283,      GE = 284,
      GE = 284,      GT = 285,
      GT = 285,      LE = 286,
      LE = 286,      LT = 287,
      LT = 287,      NE = 288,
      NE = 288,      IN = 289,
      IN = 289,      ARG = 290,
      ARG = 290,      BLTIN = 291,
      BLTIN = 291,      BREAK = 292,
      BREAK = 292,      CLOSE = 293,
      CLOSE = 293,      CONTINUE = 294,
      CONTINUE = 294,      DELETE = 295,
      DELETE = 295,      DO = 296,
      DO = 296,      EXIT = 297,
      EXIT = 297,      FOR = 298,
      FOR = 298,      FUNC = 299,
      FUNC = 299,      SUB = 300,
      SUB = 300,      GSUB = 301,
      GSUB = 301,      IF = 302,
      IF = 302,      INDEX = 303,
      INDEX = 303,      LSUBSTR = 304,
      LSUBSTR = 304,      MATCHFCN = 305,
      MATCHFCN = 305,      NEXT = 306,
      NEXT = 306,      NEXTFILE = 307,
      NEXTFILE = 307,      ADD = 308,
      ADD = 308,      MINUS = 309,
      MINUS = 309,      MULT = 310,
      MULT = 310,      DIVIDE = 311,
      DIVIDE = 311,      MOD = 312,
      MOD = 312,      ASSIGN = 313,
      ASSIGN = 313,      ASGNOP = 314,
      ASGNOP = 314,      ADDEQ = 315,
      ADDEQ = 315,      SUBEQ = 316,
      SUBEQ = 316,      MULTEQ = 317,
      MULTEQ = 317,      DIVEQ = 318,
      DIVEQ = 318,      MODEQ = 319,
      MODEQ = 319,      POWEQ = 320,
      POWEQ = 320,      PRINT = 321,
      PRINT = 321,      PRINTF = 322,
      PRINTF = 322,      SPRINTF = 323,
      SPRINTF = 323,      ELSE = 324,
      ELSE = 324,      INTEST = 325,
      INTEST = 325,      CONDEXPR = 326,
      CONDEXPR = 326,      POSTINCR = 327,
      POSTINCR = 327,      PREINCR = 328,
      PREINCR = 328,      POSTDECR = 329,
      POSTDECR = 329,      PREDECR = 330,
      PREDECR = 330,      VAR = 331,
      VAR = 331,      IVAR = 332,
      IVAR = 332,      VARNF = 333,
      VARNF = 333,      CALL = 334,
      CALL = 334,      NUMBER = 335,
      NUMBER = 335,      STRING = 336,
      STRING = 336,      REGEXPR = 337,
      REGEXPR = 337,      GETLINE = 338,
      GETLINE = 338,      RETURN = 339,
      SUBSTR = 339,      SPLIT = 340,
      SPLIT = 340,      SUBSTR = 341,
      RETURN = 341,      WHILE = 342,
      WHILE = 342,      CAT = 343,
      CAT = 343,      NOT = 344,
      UMINUS = 344,      UMINUS = 345,
      NOT = 345,      POWER = 346,
      POWER = 346,      DECR = 347,
      INCR = 347,      INCR = 348,
      DECR = 348,      INDIRECT = 349,
      INDIRECT = 349,      LASTTOKEN = 350
      LASTTOKEN = 350    };
    };  
 #endif  #endif
 /* Tokens.  */  /* Tokens.  */
 #define FIRSTTOKEN 258  #define FIRSTTOKEN 258
Line 216 Line 222
 #define STRING 336  #define STRING 336
 #define REGEXPR 337  #define REGEXPR 337
 #define GETLINE 338  #define GETLINE 338
 #define SUBSTR 339  #define RETURN 339
 #define SPLIT 340  #define SPLIT 340
 #define RETURN 341  #define SUBSTR 341
 #define WHILE 342  #define WHILE 342
 #define CAT 343  #define CAT 343
 #define UMINUS 344  #define NOT 344
 #define NOT 345  #define UMINUS 345
 #define POWER 346  #define POWER 346
 #define INCR 347  #define DECR 347
 #define DECR 348  #define INCR 348
 #define INDIRECT 349  #define INDIRECT 349
 #define LASTTOKEN 350  #define LASTTOKEN 350
   
   /* Value type.  */
   
   
 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED  #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
 typedef union YYSTYPE  
 #line 41 "awkgram.y"  union YYSTYPE
 {  {
   #line 41 "awkgram.y" /* yacc.c:1909  */
   
     Node    *p;      Node    *p;
     Cell    *cp;      Cell    *cp;
     int i;      int i;
     char    *s;      char    *s;
 }  
 /* Line 1489 of yacc.c.  */  #line 251 "y.tab.h" /* yacc.c:1909  */
 #line 246 "y.tab.h"  };
     YYSTYPE;  
 # define yystype YYSTYPE /* obsolescent; will be withdrawn */  typedef union YYSTYPE YYSTYPE;
 # define YYSTYPE_IS_DECLARED 1  
 # define YYSTYPE_IS_TRIVIAL 1  # define YYSTYPE_IS_TRIVIAL 1
   # define YYSTYPE_IS_DECLARED 1
 #endif  #endif
   
   
 extern YYSTYPE yylval;  extern YYSTYPE yylval;
   
   int yyparse (void);
   
   #endif /* !YY_YY_Y_TAB_H_INCLUDED  */

Removed from v.1.2  
changed lines
  Added in v.1.3


CVSweb interface <joel.bertrand@systella.fr>