]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Minor cleanup to ada_identical_enum_types_p
authorTom Tromey <tromey@adacore.com>
Mon, 26 Aug 2024 17:29:01 +0000 (11:29 -0600)
committerTom Tromey <tromey@adacore.com>
Mon, 9 Sep 2024 17:47:17 +0000 (11:47 -0600)
commit511c6575b2febee533a4d8796647bbabc2c27249
tree185b19b00278b437c4c8b3c159b6e9c6b5e5bbac
parent6b8262318783e5cf30db7a1792b29fb463537444
Minor cleanup to ada_identical_enum_types_p

This moves the declaration of 'i' into the 'for' loops in
ada_identical_enum_types_p.  This is just a trivial cleanup.

Approved-By: Tom de Vries <tdevries@suse.de>
gdb/ada-lang.c