summaryrefslogtreecommitdiffstats
path: root/gdb/m2-exp.y
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1992-12-31 06:23:28 +0000
committerFred Fish <fnf@specifix.com>1992-12-31 06:23:28 +0000
commitcbf5231b9547cd624e1c8b1be461c77b6a82e1d5 (patch)
treebaf82b7344c47c689411005a0a50afc774ed51c2 /gdb/m2-exp.y
parent45fe3db4ede57e944e8a780ffdfbaafcfe5bd996 (diff)
downloadppe42-binutils-cbf5231b9547cd624e1c8b1be461c77b6a82e1d5.tar.gz
ppe42-binutils-cbf5231b9547cd624e1c8b1be461c77b6a82e1d5.zip
* c-exp.y, m2-exp.y (yyrule, yyname): Remap like other yy* names
for byacc. **** start-sanitize-chill **** * ch-exp.y (yyrule, yyname): Remap like other yy* names for byacc. **** end-sanitize-chill ****
Diffstat (limited to 'gdb/m2-exp.y')
-rw-r--r--gdb/m2-exp.y2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/m2-exp.y b/gdb/m2-exp.y
index 2bee7380ae..0132e033c3 100644
--- a/gdb/m2-exp.y
+++ b/gdb/m2-exp.y
@@ -75,6 +75,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#define yy_yyv m2_yyv
#define yyval m2_val
#define yylloc m2_lloc
+#define yyrule m2_rule /* With YYDEBUG defined, byacc */
+#define yyname m2_name /* With YYDEBUG defined, byacc */
#define yyreds m2_reds /* With YYDEBUG defined */
#define yytoks m2_toks /* With YYDEBUG defined */
#define yyss m2_yyss /* byacc */
OpenPOWER on IntegriCloud