commit | 67700be2867e6f03d7e0891a47429aab2b879551 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Tue Feb 22 12:53:14 2022 -0700 |
committer | Tom Tromey <tromey@adacore.com> | Mon Apr 04 12:46:09 2022 -0600 |
tree | c4d1c2060c89017dcc208ed9f7a09fe9bb7ab075 | |
parent | c66ed94ae961c19b0d3028489d00a2df5a949aac [diff] |
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".