]> gerrit.simantics Code Review - simantics/fmil.git/blob - org.simantics.fmil.core/native/FMILibrary/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.h
Add FMILibrary-2.0.3 to org.simantics.fmil.core\native.
[simantics/fmil.git] / org.simantics.fmil.core / native / FMILibrary / src / XML / src-gen / FMI2 / fmi2_xml_variable_name_parser.tab.h
1 /* A Bison parser, made by GNU Bison 2.7.  */\r
2 \r
3 /* Bison interface for Yacc-like parsers in C\r
4    \r
5       Copyright (C) 1984, 1989-1990, 2000-2012 Free Software Foundation, Inc.\r
6    \r
7    This program is free software: you can redistribute it and/or modify\r
8    it under the terms of the GNU General Public License as published by\r
9    the Free Software Foundation, either version 3 of the License, or\r
10    (at your option) any later version.\r
11    \r
12    This program is distributed in the hope that it will be useful,\r
13    but WITHOUT ANY WARRANTY; without even the implied warranty of\r
14    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
15    GNU General Public License for more details.\r
16    \r
17    You should have received a copy of the GNU General Public License\r
18    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */\r
19 \r
20 /* As a special exception, you may create a larger work that contains\r
21    part or all of the Bison parser skeleton and distribute that work\r
22    under terms of your choice, so long as that work isn't itself a\r
23    parser generator using the skeleton or a modified version thereof\r
24    as a parser skeleton.  Alternatively, if you modify or redistribute\r
25    the parser skeleton itself, you may (at your option) remove this\r
26    special exception, which will cause the skeleton and the resulting\r
27    Bison output files to be licensed under the GNU General Public\r
28    License without this special exception.\r
29    \r
30    This special exception was added by the Free Software Foundation in\r
31    version 2.2 of Bison.  */\r
32 \r
33 #ifndef YY_YYFMI2_FMI2_XML_VARIABLE_NAME_PARSER_TAB_H_INCLUDED\r
34 # define YY_YYFMI2_FMI2_XML_VARIABLE_NAME_PARSER_TAB_H_INCLUDED\r
35 /* Enabling traces.  */\r
36 #ifndef YYFMI2DEBUG\r
37 # if defined YYDEBUG\r
38 #  if YYDEBUG\r
39 #   define YYFMI2DEBUG 1\r
40 #  else\r
41 #   define YYFMI2DEBUG 0\r
42 #  endif\r
43 # else /* ! defined YYDEBUG */\r
44 #  define YYFMI2DEBUG 0\r
45 # endif /* ! defined YYDEBUG */\r
46 #endif  /* ! defined YYFMI2DEBUG */\r
47 #if YYFMI2DEBUG\r
48 extern int yyfmi2debug;\r
49 #endif\r
50 \r
51 /* Tokens.  */\r
52 #ifndef YYFMI2TOKENTYPE\r
53 # define YYFMI2TOKENTYPE\r
54    /* Put the tokens into the symbol table, so that GDB and other debuggers\r
55       know about them.  */\r
56    enum yyfmi2tokentype {\r
57      DER = 258,\r
58      UNSIGNED_INTEGER = 259,\r
59      NONDIGIT = 260,\r
60      Q_NAME = 261\r
61    };\r
62 #endif\r
63 \r
64 \r
65 #if ! defined YYFMI2STYPE && ! defined YYFMI2STYPE_IS_DECLARED\r
66 typedef int YYFMI2STYPE;\r
67 # define YYFMI2STYPE_IS_TRIVIAL 1\r
68 # define yyfmi2stype YYFMI2STYPE /* obsolescent; will be withdrawn */\r
69 # define YYFMI2STYPE_IS_DECLARED 1\r
70 #endif\r
71 \r
72 \r
73 #ifdef YYPARSE_PARAM\r
74 #if defined __STDC__ || defined __cplusplus\r
75 int yyfmi2parse (void *YYPARSE_PARAM);\r
76 #else\r
77 int yyfmi2parse ();\r
78 #endif\r
79 #else /* ! YYPARSE_PARAM */\r
80 #if defined __STDC__ || defined __cplusplus\r
81 int yyfmi2parse (void* scanner, void* cb, char* name);\r
82 #else\r
83 int yyfmi2parse ();\r
84 #endif\r
85 #endif /* ! YYPARSE_PARAM */\r
86 \r
87 #endif /* !YY_YYFMI2_FMI2_XML_VARIABLE_NAME_PARSER_TAB_H_INCLUDED  */\r