diff options
Diffstat (limited to 'gdb/demangle.c')
-rw-r--r-- | gdb/demangle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/demangle.c b/gdb/demangle.c index 9710856..667ba19 100644 --- a/gdb/demangle.c +++ b/gdb/demangle.c @@ -29,7 +29,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <string.h> #ifndef DEMANGLING_STYLE -# define DEMANGLING_STYLE AUTO_DEMANGLING_STYLE_STRING +# define DEMANGLING_STYLE GNU_DEMANGLING_STYLE_STRING #endif /* The current demangling style in affect. Global so that the demangler |