summaryrefslogtreecommitdiff
path: root/gdb/f-exp.y
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2012-04-09 17:07:43 +0000
committerMark Kettenis <kettenis@gnu.org>2012-04-09 17:07:43 +0000
commita7aa5b8aef96aee20b1d0bd46c93a8d6f210d72f (patch)
tree67c4b1dc2a5e9a9b928973dbe513609cfbeb2da2 /gdb/f-exp.y
parent7cf492ee5aba3cb968360d83892adf66746f84e1 (diff)
* ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
defines. * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New defines. * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs) (yyvsp): New defines. * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New defines. * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New defines. * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New defines. * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New defines. * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New defines.
Diffstat (limited to 'gdb/f-exp.y')
-rw-r--r--gdb/f-exp.y6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/f-exp.y b/gdb/f-exp.y
index b258c0abd0..33c7418cae 100644
--- a/gdb/f-exp.y
+++ b/gdb/f-exp.y
@@ -105,6 +105,12 @@
#define yygindex f_yygindex
#define yytable f_yytable
#define yycheck f_yycheck
+#define yyss f_yyss
+#define yysslim f_yysslim
+#define yyssp f_yyssp
+#define yystacksize f_yystacksize
+#define yyvs f_yyvs
+#define yyvsp f_yyvsp
#ifndef YYDEBUG
#define YYDEBUG 1 /* Default to yydebug support */