ODR warning for "enum string_repr_result"
authorTom Tromey <tromey@adacore.com>
Wed, 18 May 2022 15:55:00 +0000 (09:55 -0600)
committerTom Tromey <tromey@adacore.com>
Thu, 2 Jun 2022 15:04:45 +0000 (09:04 -0600)
commitcec000ad603ea768f5c1a6cf032770eb2d468337
tree4826a4c568df34962ef706441b1ff9652e2927a2
parentddfc4ef12441bef95ea0bf0a2fb68fe58e24440a
ODR warning for "enum string_repr_result"

"enum string_repr_result" is defined in multiple .c files, causing ODR
warnings.  This patch renames the types.

Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=22395
gdb/guile/scm-pretty-print.c
gdb/python/py-prettyprint.c