diff options
author | DJ Delorie <dj@redhat.com> | 2002-07-29 18:01:19 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2002-07-29 18:01:19 +0000 |
commit | 1e3f0be0040548537715fafef2d880c694f8c7c5 (patch) | |
tree | a139efbbd83ea36055347616a6247ecf1ca0a229 /libiberty/cplus-dem.c | |
parent | a64bfde32f9360d1d220a20835dca8ecf69113b6 (diff) | |
download | gdb-1e3f0be0040548537715fafef2d880c694f8c7c5.zip gdb-1e3f0be0040548537715fafef2d880c694f8c7c5.tar.gz gdb-1e3f0be0040548537715fafef2d880c694f8c7c5.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/cplus-dem.c')
-rw-r--r-- | libiberty/cplus-dem.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libiberty/cplus-dem.c b/libiberty/cplus-dem.c index 203e30d..995757c 100644 --- a/libiberty/cplus-dem.c +++ b/libiberty/cplus-dem.c @@ -305,8 +305,6 @@ const struct demangler_engine libiberty_demanglers[] = }; #define STRING_EMPTY(str) ((str) -> b == (str) -> p) -#define PREPEND_BLANK(str) {if (!STRING_EMPTY(str)) \ - string_prepend(str, " ");} #define APPEND_BLANK(str) {if (!STRING_EMPTY(str)) \ string_append(str, " ");} #define LEN_STRING(str) ( (STRING_EMPTY(str))?0:((str)->p - (str)->b)) |