Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(147)

Unified Diff: gdb/jv-exp.y

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gdb/jv-exp.c ('k') | gdb/jv-lang.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/jv-exp.y
diff --git a/gdb/jv-exp.y b/gdb/jv-exp.y
index a8eb430b3f2a360964c83b5333a1c4ab1b5b9286..ee176549b209546e39ecdda27976685e6ef94095 100644
--- a/gdb/jv-exp.y
+++ b/gdb/jv-exp.y
@@ -98,6 +98,12 @@
#define yygindex java_yygindex
#define yytable java_yytable
#define yycheck java_yycheck
+#define yyss java_yyss
+#define yysslim java_yysslim
+#define yyssp java_yyssp
+#define yystacksize java_yystacksize
+#define yyvs java_yyvs
+#define yyvsp java_yyvsp
#ifndef YYDEBUG
#define YYDEBUG 1 /* Default to yydebug support */
« no previous file with comments | « gdb/jv-exp.c ('k') | gdb/jv-lang.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698