]> gerrit.simantics Code Review - simantics/fmil.git/blobdiff - 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
diff --git a/org.simantics.fmil.core/native/FMILibrary/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.h b/org.simantics.fmil.core/native/FMILibrary/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.h
new file mode 100644 (file)
index 0000000..0572905
--- /dev/null
@@ -0,0 +1,87 @@
+/* A Bison parser, made by GNU Bison 2.7.  */\r
+\r
+/* Bison interface for Yacc-like parsers in C\r
+   \r
+      Copyright (C) 1984, 1989-1990, 2000-2012 Free Software Foundation, Inc.\r
+   \r
+   This program is free software: you can redistribute it and/or modify\r
+   it under the terms of the GNU General Public License as published by\r
+   the Free Software Foundation, either version 3 of the License, or\r
+   (at your option) any later version.\r
+   \r
+   This program is distributed in the hope that it will be useful,\r
+   but WITHOUT ANY WARRANTY; without even the implied warranty of\r
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
+   GNU General Public License for more details.\r
+   \r
+   You should have received a copy of the GNU General Public License\r
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */\r
+\r
+/* As a special exception, you may create a larger work that contains\r
+   part or all of the Bison parser skeleton and distribute that work\r
+   under terms of your choice, so long as that work isn't itself a\r
+   parser generator using the skeleton or a modified version thereof\r
+   as a parser skeleton.  Alternatively, if you modify or redistribute\r
+   the parser skeleton itself, you may (at your option) remove this\r
+   special exception, which will cause the skeleton and the resulting\r
+   Bison output files to be licensed under the GNU General Public\r
+   License without this special exception.\r
+   \r
+   This special exception was added by the Free Software Foundation in\r
+   version 2.2 of Bison.  */\r
+\r
+#ifndef YY_YYFMI2_FMI2_XML_VARIABLE_NAME_PARSER_TAB_H_INCLUDED\r
+# define YY_YYFMI2_FMI2_XML_VARIABLE_NAME_PARSER_TAB_H_INCLUDED\r
+/* Enabling traces.  */\r
+#ifndef YYFMI2DEBUG\r
+# if defined YYDEBUG\r
+#  if YYDEBUG\r
+#   define YYFMI2DEBUG 1\r
+#  else\r
+#   define YYFMI2DEBUG 0\r
+#  endif\r
+# else /* ! defined YYDEBUG */\r
+#  define YYFMI2DEBUG 0\r
+# endif /* ! defined YYDEBUG */\r
+#endif  /* ! defined YYFMI2DEBUG */\r
+#if YYFMI2DEBUG\r
+extern int yyfmi2debug;\r
+#endif\r
+\r
+/* Tokens.  */\r
+#ifndef YYFMI2TOKENTYPE\r
+# define YYFMI2TOKENTYPE\r
+   /* Put the tokens into the symbol table, so that GDB and other debuggers\r
+      know about them.  */\r
+   enum yyfmi2tokentype {\r
+     DER = 258,\r
+     UNSIGNED_INTEGER = 259,\r
+     NONDIGIT = 260,\r
+     Q_NAME = 261\r
+   };\r
+#endif\r
+\r
+\r
+#if ! defined YYFMI2STYPE && ! defined YYFMI2STYPE_IS_DECLARED\r
+typedef int YYFMI2STYPE;\r
+# define YYFMI2STYPE_IS_TRIVIAL 1\r
+# define yyfmi2stype YYFMI2STYPE /* obsolescent; will be withdrawn */\r
+# define YYFMI2STYPE_IS_DECLARED 1\r
+#endif\r
+\r
+\r
+#ifdef YYPARSE_PARAM\r
+#if defined __STDC__ || defined __cplusplus\r
+int yyfmi2parse (void *YYPARSE_PARAM);\r
+#else\r
+int yyfmi2parse ();\r
+#endif\r
+#else /* ! YYPARSE_PARAM */\r
+#if defined __STDC__ || defined __cplusplus\r
+int yyfmi2parse (void* scanner, void* cb, char* name);\r
+#else\r
+int yyfmi2parse ();\r
+#endif\r
+#endif /* ! YYPARSE_PARAM */\r
+\r
+#endif /* !YY_YYFMI2_FMI2_XML_VARIABLE_NAME_PARSER_TAB_H_INCLUDED  */\r