diff options
author | DJ Delorie <dj@redhat.com> | 2001-10-17 22:35:28 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2001-10-17 22:35:28 +0000 |
commit | 5d852400e9653036531a2c2db5cce7433d936469 (patch) | |
tree | e7a2579c104d46d386dc80318c32d0c94dc46462 /libiberty/cplus-dem.c | |
parent | 03dd37c302866305fa6d48988f558c4eba2bbabe (diff) | |
download | gdb-5d852400e9653036531a2c2db5cce7433d936469.zip gdb-5d852400e9653036531a2c2db5cce7433d936469.tar.gz gdb-5d852400e9653036531a2c2db5cce7433d936469.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/cplus-dem.c')
-rw-r--r-- | libiberty/cplus-dem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/cplus-dem.c b/libiberty/cplus-dem.c index a464f45..e19340c 100644 --- a/libiberty/cplus-dem.c +++ b/libiberty/cplus-dem.c @@ -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. |