diff options
author | Mark Kettenis <kettenis@gnu.org> | 2012-04-09 17:07:43 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2012-04-09 17:07:43 +0000 |
commit | a7aa5b8aef96aee20b1d0bd46c93a8d6f210d72f (patch) | |
tree | 67c4b1dc2a5e9a9b928973dbe513609cfbeb2da2 /gdb/p-exp.y | |
parent | 7cf492ee5aba3cb968360d83892adf66746f84e1 (diff) | |
download | gdb-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.y | 6 |
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 */ |