aboutsummaryrefslogtreecommitdiff
path: root/gdb/p-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/p-exp.y
parent7cf492ee5aba3cb968360d83892adf66746f84e1 (diff)
downloadgdb-a7aa5b8aef96aee20b1d0bd46c93a8d6f210d72f.zip
gdb-a7aa5b8aef96aee20b1d0bd46c93a8d6f210d72f.tar.gz
gdb-a7aa5b8aef96aee20b1d0bd46c93a8d6f210d72f.tar.bz2
* 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/p-exp.y')
-rw-r--r--gdb/p-exp.y6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/p-exp.y b/gdb/p-exp.y
index 3b7984e..5d344a4 100644
--- a/gdb/p-exp.y
+++ b/gdb/p-exp.y
@@ -105,6 +105,12 @@
#define yygindex pascal_yygindex
#define yytable pascal_yytable
#define yycheck pascal_yycheck
+#define yyss pascal_yyss
+#define yysslim pascal_yysslim
+#define yyssp pascal_yyssp
+#define yystacksize pascal_yystacksize
+#define yyvs pascal_yyvs
+#define yyvsp pascal_yyvsp
#ifndef YYDEBUG
#define YYDEBUG 1 /* Default to yydebug support */