Simplify a regular expression in ada-lex.l
authorTom Tromey <tromey@adacore.com>
Thu, 3 Feb 2022 20:12:21 +0000 (13:12 -0700)
committerTom Tromey <tromey@adacore.com>
Mon, 7 Mar 2022 14:52:59 +0000 (07:52 -0700)
commita320f135ddb4726474394841a19f3e2cba216ff3
tree837bd0aa853d65da0bbdbd24f08ac3a27d5a4ff7
parent0daa5af85a9b5548a1bd7e8085a326162b41fd6f
Simplify a regular expression in ada-lex.l

ada-lex.l uses "%option case-insensitive", so there is no need for
regular expressions to match upper case.
gdb/ada-lex.l