aboutsummaryrefslogtreecommitdiff
path: root/test/btyacc/err_inherit4.tab.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/btyacc/err_inherit4.tab.h')
-rw-r--r--test/btyacc/err_inherit4.tab.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/btyacc/err_inherit4.tab.h b/test/btyacc/err_inherit4.tab.h
index 5561fd858d22..758d426b54f5 100644
--- a/test/btyacc/err_inherit4.tab.h
+++ b/test/btyacc/err_inherit4.tab.h
@@ -22,4 +22,18 @@ typedef union
#endif /* !YYSTYPE_IS_DECLARED */
extern YYSTYPE err_inherit4_lval;
+#if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED
+/* Default: YYLTYPE is the text position type. */
+typedef struct YYLTYPE
+{
+ int first_line;
+ int first_column;
+ int last_line;
+ int last_column;
+ unsigned source;
+} YYLTYPE;
+#define YYLTYPE_IS_DECLARED 1
+#endif
+#define YYRHSLOC(rhs, k) ((rhs)[k])
+
#endif /* _err_inherit4__defines_h_ */