merge from gcc

This commit is contained in:
DJ Delorie
2003-11-18 19:10:05 +00:00
parent 082c50f897
commit 5659daa1d9
3 changed files with 9 additions and 2 deletions

View File

@ -146,7 +146,7 @@ main(argc, argv)
cplus_demangle_set_style (style);
result = cplus_demangle (input.data,
DMGL_PARAMS|DMGL_ANSI|DMGL_VERBOSE|DMGL_TYPES);
DMGL_PARAMS|DMGL_ANSI|DMGL_TYPES);
if (result
? strcmp (result, expect.data)