]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ada-lex.l
Add noyywrap to ada-lex.l
authorDilyan Palauzov <dilyan.palauzov@aegee.org>
Fri, 3 May 2019 19:42:11 +0000 (13:42 -0600)
committerTom Tromey <tromey@adacore.com>
Fri, 3 May 2019 23:03:56 +0000 (17:03 -0600)
commitfcd60b848ed7619461b0b0e316201e7745cdb61d
tree978cd3daee6d6d603ca72dbe772b5e411c045a46
parent0fdfd794d22b3b516c3031e76afecaa0ed813931
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.
gdb/ChangeLog
gdb/ada-exp.y
gdb/ada-lex.l