about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-07-12 18:21:36 +0000
committerRoland McGrath <roland@gnu.org>1994-07-12 18:21:36 +0000
commit5bef420b7181c8fbfe7a8b8613845aade560e535 (patch)
treed3448691d40134b80d1bac45ca90427416b7b849
parent72b5a7b6418d030896747b9dcb7bee87e78e9318 (diff)
downloadglibc-5bef420b7181c8fbfe7a8b8613845aade560e535.tar.gz
glibc-5bef420b7181c8fbfe7a8b8613845aade560e535.tar.xz
glibc-5bef420b7181c8fbfe7a8b8613845aade560e535.zip
entered into RCS
-rw-r--r--gnu-stabs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu-stabs.h b/gnu-stabs.h
index 7c5a789c7f..695826f5ab 100644
--- a/gnu-stabs.h
+++ b/gnu-stabs.h
@@ -34,9 +34,9 @@ Cambridge, MA 02139, USA.  */
   symbol_alias (_name, name);
 
 #ifdef NO_UNDERSCORES
-#define __SYMBOL_PREFIX "_"
-#else
 #define __SYMBOL_PREFIX
+#else
+#define __SYMBOL_PREFIX "_"
 #endif
 
 /* Make references to ALIAS refer to SYMBOL.  */