]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Fix build after command_classes change
authorTom Tromey <tromey@adacore.com>
Thu, 6 Nov 2025 15:33:08 +0000 (08:33 -0700)
committerTom Tromey <tromey@adacore.com>
Thu, 6 Nov 2025 15:33:08 +0000 (08:33 -0700)
commit51b48a997d68537b2f8129d86b34fd84bae4082a
tree0a04db4e8f02c0d07cb5dee75f00e1b2287c5828
parentaf68056244a6c84ee296db5560d8d53f4e829261
Fix build after command_classes change

Commit 7028626eff3 (gdb: make command classes be bitmaps) broke the
build, causing the compiler to issue an error message about the global
scm-cmd.c:command_classes being redefined as a different type.
Renaming the global fix the problem.
gdb/guile/scm-cmd.c