From 010e71eb372b624317dfa2b6d7f353d38f172621 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Thu, 19 Jan 2006 16:36:21 +0000 Subject: Get rid of *_SYMBOL_PREFIX --- include/libc-internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/libc-internal.h b/include/libc-internal.h index 9160d087d..9f1c36fbb 100644 --- a/include/libc-internal.h +++ b/include/libc-internal.h @@ -224,7 +224,7 @@ #else /* HAVE_ELF */ # define link_warning(symbol, msg) \ asm (".stabs \"" msg "\",30,0,0,0\n\t" \ - ".stabs \"" __C_SYMBOL_PREFIX__ #symbol "\",1,0,0,0\n"); + ".stabs \"" __USER_LABEL_PREFIX__ #symbol "\",1,0,0,0\n"); #endif /* HAVE_ELF */ #ifndef weak_function -- cgit v1.2.3