From 1e3f0be0040548537715fafef2d880c694f8c7c5 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Mon, 29 Jul 2002 18:01:19 +0000 Subject: [PATCH] merge from gcc --- libiberty/ChangeLog | 4 ++++ libiberty/cplus-dem.c | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 47eca16e6e..247cc8f856 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +2002-07-29 Neil Booth + + * cplus-dem.c (PREPEND_BLANK): Remove. + 2002-07-10 Jason Merrill * cp-demangle.c (demangle_identifier): Support extended Unicode diff --git a/libiberty/cplus-dem.c b/libiberty/cplus-dem.c index 203e30dba2..995757c62d 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)) -- 2.34.1