summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/camp.tab.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/camp.tab.h')
-rw-r--r--Build/source/utils/asymptote/camp.tab.h163
1 files changed, 74 insertions, 89 deletions
diff --git a/Build/source/utils/asymptote/camp.tab.h b/Build/source/utils/asymptote/camp.tab.h
index dcc8e342fd1..e8464e10bb2 100644
--- a/Build/source/utils/asymptote/camp.tab.h
+++ b/Build/source/utils/asymptote/camp.tab.h
@@ -1,19 +1,19 @@
-/* A Bison parser, made by GNU Bison 2.7. */
+/* A Bison parser, made by GNU Bison 3.0.2. */
/* Bison interface for Yacc-like parsers in C
-
- Copyright (C) 1984, 1989-1990, 2000-2012 Free Software Foundation, Inc.
-
+
+ Copyright (C) 1984, 1989-1990, 2000-2013 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
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
+
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
-
+
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
@@ -26,13 +26,13 @@
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.
-
+
This special exception was added by the Free Software Foundation in
version 2.2 of Bison. */
#ifndef YY_YY_CAMP_TAB_H_INCLUDED
# define YY_YY_CAMP_TAB_H_INCLUDED
-/* Enabling traces. */
+/* Debug traces. */
#ifndef YYDEBUG
# define YYDEBUG 1
#endif
@@ -40,76 +40,75 @@
extern int yydebug;
#endif
-/* Tokens. */
+/* Token type. */
#ifndef YYTOKENTYPE
# define YYTOKENTYPE
- /* Put the tokens into the symbol table, so that GDB and other debuggers
- know about them. */
- enum yytokentype {
- ID = 258,
- SELFOP = 259,
- DOTS = 260,
- COLONS = 261,
- DASHES = 262,
- INCR = 263,
- LONGDASH = 264,
- CONTROLS = 265,
- TENSION = 266,
- ATLEAST = 267,
- CURL = 268,
- COR = 269,
- CAND = 270,
- BAR = 271,
- AMPERSAND = 272,
- EQ = 273,
- NEQ = 274,
- LT = 275,
- LE = 276,
- GT = 277,
- GE = 278,
- CARETS = 279,
- OPERATOR = 280,
- LOOSE = 281,
- ASSIGN = 282,
- DIRTAG = 283,
- JOIN_PREC = 284,
- AND = 285,
- ELLIPSIS = 286,
- ACCESS = 287,
- UNRAVEL = 288,
- IMPORT = 289,
- INCLUDE = 290,
- FROM = 291,
- QUOTE = 292,
- STRUCT = 293,
- TYPEDEF = 294,
- NEW = 295,
- IF = 296,
- ELSE = 297,
- WHILE = 298,
- DO = 299,
- FOR = 300,
- BREAK = 301,
- CONTINUE = 302,
- RETURN_ = 303,
- THIS = 304,
- EXPLICIT = 305,
- GARBAGE = 306,
- LIT = 307,
- STRING = 308,
- PERM = 309,
- MODIFIER = 310,
- UNARY = 311,
- EXP_IN_PARENS_RULE = 312
- };
+ enum yytokentype
+ {
+ ID = 258,
+ SELFOP = 259,
+ DOTS = 260,
+ COLONS = 261,
+ DASHES = 262,
+ INCR = 263,
+ LONGDASH = 264,
+ CONTROLS = 265,
+ TENSION = 266,
+ ATLEAST = 267,
+ CURL = 268,
+ COR = 269,
+ CAND = 270,
+ BAR = 271,
+ AMPERSAND = 272,
+ EQ = 273,
+ NEQ = 274,
+ LT = 275,
+ LE = 276,
+ GT = 277,
+ GE = 278,
+ CARETS = 279,
+ OPERATOR = 280,
+ LOOSE = 281,
+ ASSIGN = 282,
+ DIRTAG = 283,
+ JOIN_PREC = 284,
+ AND = 285,
+ ELLIPSIS = 286,
+ ACCESS = 287,
+ UNRAVEL = 288,
+ IMPORT = 289,
+ INCLUDE = 290,
+ FROM = 291,
+ QUOTE = 292,
+ STRUCT = 293,
+ TYPEDEF = 294,
+ NEW = 295,
+ IF = 296,
+ ELSE = 297,
+ WHILE = 298,
+ DO = 299,
+ FOR = 300,
+ BREAK = 301,
+ CONTINUE = 302,
+ RETURN_ = 303,
+ THIS = 304,
+ EXPLICIT = 305,
+ GARBAGE = 306,
+ LIT = 307,
+ STRING = 308,
+ PERM = 309,
+ MODIFIER = 310,
+ UNARY = 311,
+ EXP_IN_PARENS_RULE = 312
+ };
#endif
-
+/* Value type. */
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
-typedef union YYSTYPE
+typedef union YYSTYPE YYSTYPE;
+union YYSTYPE
{
-/* Line 2058 of yacc.c */
-#line 60 "camp.y"
+#line 60 "camp.y" /* yacc.c:1909 */
position pos;
bool boo;
@@ -156,29 +155,15 @@ typedef union YYSTYPE
absyntax::formal *fl;
absyntax::formals *fls;
-
-/* Line 2058 of yacc.c */
-#line 162 "camp.tab.h"
-} YYSTYPE;
+#line 159 "camp.tab.h" /* yacc.c:1909 */
+};
# define YYSTYPE_IS_TRIVIAL 1
-# define yystype YYSTYPE /* obsolescent; will be withdrawn */
# define YYSTYPE_IS_DECLARED 1
#endif
+
extern YYSTYPE yylval;
-#ifdef YYPARSE_PARAM
-#if defined __STDC__ || defined __cplusplus
-int yyparse (void *YYPARSE_PARAM);
-#else
-int yyparse ();
-#endif
-#else /* ! YYPARSE_PARAM */
-#if defined __STDC__ || defined __cplusplus
int yyparse (void);
-#else
-int yyparse ();
-#endif
-#endif /* ! YYPARSE_PARAM */
#endif /* !YY_YY_CAMP_TAB_H_INCLUDED */