summaryrefslogtreecommitdiff
path: root/test/yacc/code_error.tab.c
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-04-22 22:11:22 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-04-22 22:11:22 +0000
commit4ecea33a988c00caa98cacf934e61e361d94e8af (patch)
tree7089d85dfa0daa5568799f671cfb9924f1012710 /test/yacc/code_error.tab.c
parente0ae66db632ac7c7773c8b85754bfc135f5bdbd5 (diff)
Notes
Diffstat (limited to 'test/yacc/code_error.tab.c')
-rw-r--r--test/yacc/code_error.tab.c44
1 files changed, 44 insertions, 0 deletions
diff --git a/test/yacc/code_error.tab.c b/test/yacc/code_error.tab.c
new file mode 100644
index 0000000000000..9296aa5b1e244
--- /dev/null
+++ b/test/yacc/code_error.tab.c
@@ -0,0 +1,44 @@
+typedef short YYINT;
+const YYINT error_lhs[] = { -1,
+ 0,
+};
+const YYINT error_len[] = { 2,
+ 1,
+};
+const YYINT error_defred[] = { 0,
+ 1, 0,
+};
+const YYINT error_dgoto[] = { 2,
+};
+const YYINT error_sindex[] = { -256,
+ 0, 0,
+};
+const YYINT error_rindex[] = { 0,
+ 0, 0,
+};
+const YYINT error_gindex[] = { 0,
+};
+const YYINT error_table[] = { 1,
+};
+const YYINT error_check[] = { 256,
+};
+#ifndef YYDEBUG
+#define YYDEBUG 0
+#endif
+#if YYDEBUG
+const char *const error_name[] = {
+
+"end-of-file",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
+0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"illegal-symbol",
+};
+const char *const error_rule[] = {
+"$accept : S",
+"S : error",
+
+};
+#endif