merge from gcc

This commit is contained in:
DJ Delorie
2001-10-17 22:35:28 +00:00
parent 03dd37c302
commit 5d852400e9
16 changed files with 65 additions and 57 deletions

View File

@@ -877,7 +877,7 @@ cplus_demangle_name_to_style (name)
/* char *cplus_demangle (const char *mangled, int options)
If MANGLED is a mangled function name produced by GNU C++, then
a pointer to a malloced string giving a C++ representation
a pointer to a @code{malloc}ed string giving a C++ representation
of the name will be returned; otherwise NULL will be returned.
It is the caller's responsibility to free the string which
is returned.