]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Remove the Ada DOT_ALL token
authorTom Tromey <tromey@adacore.com>
Tue, 22 Feb 2022 19:56:09 +0000 (12:56 -0700)
committerTom Tromey <tromey@adacore.com>
Mon, 4 Apr 2022 18:46:09 +0000 (12:46 -0600)
commit02a8d05fc67915ada76b45f9f10b11baf57d5278
treedf16372bb09613b4aee4d178517b1adadf6e7026
parent67700be2867e6f03d7e0891a47429aab2b879551
Remove the Ada DOT_ALL token

The Ada parser has a DOT_ALL token to represent ".all", and another
token to represent other ".<identifier>" forms.  However, for
completion it is a bit more convenient to unify these cases, so this
patch removes DOT_ALL.
gdb/ada-exp.y
gdb/ada-lex.l