Consolidate single-char tokens in ada-lex.l
authorTom Tromey <tromey@adacore.com>
Wed, 23 Feb 2022 15:48:40 +0000 (08:48 -0700)
committerTom Tromey <tromey@adacore.com>
Mon, 4 Apr 2022 18:46:09 +0000 (12:46 -0600)
commit484e7c5ff5fd24cfb2946fadd76b6b67bbeb4169
tree2215d4b74bb6b3848339376f90ae69ca648fd58e
parent02a8d05fc67915ada76b45f9f10b11baf57d5278
Consolidate single-char tokens in ada-lex.l

There are two rules in ada-lex.l that match single-character tokens.
This merges them.

Also, this removes '.' from the list of such tokens.  '.' is not used
in any production in ada-exp.y, and removing it here helps the
subsequent completion patches.
gdb/ada-lex.l