aboutsummaryrefslogtreecommitdiff
path: root/gdb/ada-exp.y
diff options
context:
space:
mode:
authorDilyan Palauzov <dilyan.palauzov@aegee.org>2019-05-03 13:42:11 -0600
committerTom Tromey <tromey@adacore.com>2019-05-03 17:03:56 -0600
commitfcd60b848ed7619461b0b0e316201e7745cdb61d (patch)
tree978cd3daee6d6d603ca72dbe772b5e411c045a46 /gdb/ada-exp.y
parent0fdfd794d22b3b516c3031e76afecaa0ed813931 (diff)
downloadgdb-fcd60b848ed7619461b0b0e316201e7745cdb61d.zip
gdb-fcd60b848ed7619461b0b0e316201e7745cdb61d.tar.gz
gdb-fcd60b848ed7619461b0b0e316201e7745cdb61d.tar.bz2
Add noyywrap to ada-lex.l
This patch comes from PR ada/21406. It adds the noyywrap option to ada-lex.l. This was already done (by the same author) for other .l files in the binutils-gdb tree, so it seems reasonably safe. Tested on x86-64 Fedora 29. gdb/ChangeLog 2019-05-03 Dilyan Palauzov <dilyan.palauzov@aegee.org> PR ada/21406: * ada-exp.y (yywrap): Don't define. * ada-lex.l (%option): Add noyywrap (yywrap): Remove.
Diffstat (limited to 'gdb/ada-exp.y')
-rw-r--r--gdb/ada-exp.y1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/ada-exp.y b/gdb/ada-exp.y
index efad85b..eb71f12 100644
--- a/gdb/ada-exp.y
+++ b/gdb/ada-exp.y
@@ -717,7 +717,6 @@ primary : '*' primary %prec '.'
#define yy_switch_to_buffer ada_yy_switch_to_buffer
#define yyrestart ada_yyrestart
#define yytext ada_yytext
-#define yywrap ada_yywrap
static struct obstack temp_parse_space;