projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9f8225
)
#define yyerrflag and yynerrs to avoid global name conflicts.
author
Stu Grossman
<grossman@cygnus>
Fri, 20 Sep 1991 19:30:36 +0000
(19:30 +0000)
committer
Stu Grossman
<grossman@cygnus>
Fri, 20 Sep 1991 19:30:36 +0000
(19:30 +0000)
gdb/c-exp.y
patch
|
blob
|
history
gdb/m2-exp.y
patch
|
blob
|
history
diff --git
a/gdb/c-exp.y
b/gdb/c-exp.y
index c7cf672c8a087d77640cd7ea9788c387c28ece50..54ce28b34ae6b85482ef7b4cb9a91498fa1df773 100644
(file)
--- a/
gdb/c-exp.y
+++ b/
gdb/c-exp.y
@@
-55,6
+55,8
@@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#define yypgo c_pgo
#define yyact c_act
#define yyexca c_exca
+#define yyerrflag c_errflag
+#define yynerrs c_nerrs
/* Forward decls */
void yyerror ();
diff --git
a/gdb/m2-exp.y
b/gdb/m2-exp.y
index 5beefe6c8b142cf73efd2ac523272061eab92fc6..ce81e63c99bb5d7297c30ca371ec01558a9d0679 100644
(file)
--- a/
gdb/m2-exp.y
+++ b/
gdb/m2-exp.y
@@
-55,6
+55,8
@@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#define yypgo m2_pgo
#define yyact m2_act
#define yyexca m2_exca
+#define yyerrflag m2_errflag
+#define yynerrs m2_nerrs
/* Forward decl's */
void yyerror ();