commit | 2bf0419eea579e0b4a8935be91f34e6871263096 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Mon Aug 26 11:30:01 2024 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Mon Sep 09 11:47:17 2024 -0600 |
tree | 85ef81821cc6ace826f0d4acff0205d1e21d2ea1 | |
parent | 511c6575b2febee533a4d8796647bbabc2c27249 [diff] |
Move enum size check into ada_identical_enum_types_p Currently, the callers of ada_identical_enum_types_p must check that both enum types have the same number of members. In another series I'm working on, it was convenient to move this check into the callee instead; and I broke this patch out to make that series a little simpler. Approved-By: Tom de Vries <tdevries@suse.de>