Refactor ada-lex.l:processId
authorTom Tromey <tromey@adacore.com>
Tue, 22 Feb 2022 19:53:14 +0000 (12:53 -0700)
committerTom Tromey <tromey@adacore.com>
Mon, 4 Apr 2022 18:46:09 +0000 (12:46 -0600)
commit67700be2867e6f03d7e0891a47429aab2b879551
treec4d1c2060c89017dcc208ed9f7a09fe9bb7ab075
parentc66ed94ae961c19b0d3028489d00a2df5a949aac
Refactor ada-lex.l:processId

processId in ada-lex.l is a bit funny -- it uses an "if" and a
"switch", and a nested loop.  This patch cleans it up a bit, changing
it to use a boolean flag and a simpler "if".
gdb/ada-lex.l