]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Boolify ada_identical_enum_types_p
authorTom Tromey <tromey@adacore.com>
Mon, 26 Aug 2024 17:25:01 +0000 (11:25 -0600)
committerTom Tromey <tromey@adacore.com>
Mon, 9 Sep 2024 17:47:17 +0000 (11:47 -0600)
commit6b8262318783e5cf30db7a1792b29fb463537444
tree8dde58d3d07210525ce3fd8dad81328ed7f4ccc3
parent4f69c1b332603224581346ae3046a8accbe59ee6
Boolify ada_identical_enum_types_p

This changes ada_identical_enum_types_p to return bool rather than
int.

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