]> andersk Git - splint.git/blobdiff - src/Headers/cgrammar_tokens.h
Fix tracker issue 1837229.
[splint.git] / src / Headers / cgrammar_tokens.h
index 04b48e993c6053d9dcde25f87a5ed116e751b52c..7d1edd967fa952652d41125fac6f9850801594e8 100644 (file)
 /*drl added 12/11/2002*/
 /*@-type@*/
 
+/*@-enummemuse@*/
+
 /* < end of bison.head > */
 
-/* A Bison parser, made by GNU Bison 1.875a.  */
+/* A Bison parser, made by GNU Bison 2.3.  */
+
+/* Skeleton interface for Bison's Yacc-like parsers in C
 
-/* Skeleton parser for Yacc-like parsing with Bison,
-   Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003 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
    it under the terms of the GNU General Public License as published by
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330,
-   Boston, MA 02111-1307, USA.  */
+   Foundation, Inc., 51 Franklin Street, Fifth Floor,
+   Boston, MA 02110-1301, USA.  */
+
+/* As a special exception, you may create a larger work that contains
+   part or all of the Bison parser skeleton and distribute that work
+   under terms of your choice, so long as that work isn't itself a
+   parser generator using the skeleton or a modified version thereof
+   as a parser skeleton.  Alternatively, if you modify or redistribute
+   the parser skeleton itself, you may (at your option) remove this
+   special exception, which will cause the skeleton and the resulting
+   Bison output files to be licensed under the GNU General Public
+   License without this special exception.
 
-/* As a special exception, when this file is copied by Bison into a
-   Bison output file, you may use that output file without restriction.
-   This special exception was added by the Free Software Foundation
-   in version 1.24 of Bison.  */
+   This special exception was added by the Free Software Foundation in
+   version 2.2 of Bison.  */
 
 /* Tokens.  */
 #ifndef YYTOKENTYPE
      METASTATE_NAME = 451
    };
 #endif
+/* Tokens.  */
 #define BADTOK 258
 #define SKIPTOK 259
 #define CTOK_ELIPSIS 260
 
 
 
-#if ! defined (cgrammar_YYSTYPE) && ! defined (cgrammar_YYSTYPE_IS_DECLARED)
-
-typedef union cgrammar_YYSTYPE {
+#if ! defined cgrammar_YYSTYPE && ! defined cgrammar_YYSTYPE_IS_DECLARED
+typedef union cgrammar_YYSTYPE
+#line 81 "cgrammar.y"
+{
   lltok tok;
   int count;
   qual typequal;
@@ -529,9 +543,10 @@ typedef union cgrammar_YYSTYPE {
   constraintList conL;
   constraintExpr conE;
   /* drl */  
-} cgrammar_YYSTYPE;
-/* Line 1240 of yacc.c.  */
-
+}
+/* Line 1489 of yacc.c.  */
+#line 491 "cgrammar.tab.h"
+       cgrammar_YYSTYPE;
 # define yystype cgrammar_YYSTYPE /* obsolescent; will be withdrawn */
 # define cgrammar_YYSTYPE_IS_DECLARED 1
 # define cgrammar_YYSTYPE_IS_TRIVIAL 1
@@ -539,8 +554,6 @@ typedef union cgrammar_YYSTYPE {
 
 extern cgrammar_YYSTYPE yylval;
 
-
-
 /*
 ** Resets all flags in bison.head
 */
@@ -591,3 +604,5 @@ extern cgrammar_YYSTYPE yylval;
 
 /*drl added 12/11/2002*/
 /*@=type@*/
+
+/*@=enummemuse@*/
This page took 0.125631 seconds and 4 git commands to generate.