aboutsummaryrefslogtreecommitdiff
path: root/libiberty/cp-demangle.c
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2002-07-09 01:01:18 +0000
committerDJ Delorie <dj@redhat.com>2002-07-09 01:01:18 +0000
commit2a9dffbf14dfaf9ee901a744a747f16b5e5ca84a (patch)
tree3556e909499343763b92b74e6af81cd6cf2deed5 /libiberty/cp-demangle.c
parent6030b50afa1566a8f82bb677c700bd04ff87bc17 (diff)
downloadgdb-2a9dffbf14dfaf9ee901a744a747f16b5e5ca84a.zip
gdb-2a9dffbf14dfaf9ee901a744a747f16b5e5ca84a.tar.gz
gdb-2a9dffbf14dfaf9ee901a744a747f16b5e5ca84a.tar.bz2
merge from gcc
Diffstat (limited to 'libiberty/cp-demangle.c')
-rw-r--r--libiberty/cp-demangle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/cp-demangle.c b/libiberty/cp-demangle.c
index 162aafca..e3ef42c 100644
--- a/libiberty/cp-demangle.c
+++ b/libiberty/cp-demangle.c
@@ -3880,6 +3880,7 @@ java_demangle_v3 (mangled)
#endif /* IN_LIBGCC2 || IN_GLIBCPP_V3 */
+#ifndef IN_GLIBCPP_V3
/* Demangle NAME in the G++ V3 ABI demangling style, and return either
zero, indicating that some error occurred, or a demangling_t
holding the results. */
@@ -3917,7 +3918,6 @@ demangle_v3_with_details (name)
}
-#ifndef IN_GLIBCPP_V3
/* Return non-zero iff NAME is the mangled form of a constructor name
in the G++ V3 ABI demangling style. Specifically, return:
- '1' if NAME is a complete object constructor,