Remove null sentinel from 'attributes'
authorTom Tromey <tromey@adacore.com>
Tue, 22 Feb 2022 18:05:41 +0000 (11:05 -0700)
committerTom Tromey <tromey@adacore.com>
Mon, 4 Apr 2022 18:46:08 +0000 (12:46 -0600)
commitc3f2a3738a3603f51e3621504d8207767526add9
tree4d437a53ecfabcf87a5b8d18fc55f7237ed97d37
parent81eaa5061095f972d48e8160a4f677bd3e6ace51
Remove null sentinel from 'attributes'

In a subsequent patch, it's handy if the 'attributes' array in
ada-lex.l does not have a NULL sentinel at the end.  In C++, this is
easy to avoid.
gdb/ada-lex.l