From 3ceb3bcb76545066bad6a85b102944136ca67632 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 8 Jan 2008 19:23:54 +0000 Subject: change NO_UNDERSCORES to just UNDERSCORES so as to be less confusing when doing double negatives --- libc/sysdeps/linux/xtensa/bits/uClibc_arch_features.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/xtensa') diff --git a/libc/sysdeps/linux/xtensa/bits/uClibc_arch_features.h b/libc/sysdeps/linux/xtensa/bits/uClibc_arch_features.h index 7abd0cefc..d01e77f5f 100644 --- a/libc/sysdeps/linux/xtensa/bits/uClibc_arch_features.h +++ b/libc/sysdeps/linux/xtensa/bits/uClibc_arch_features.h @@ -21,7 +21,7 @@ #undef __UCLIBC_HANDLE_OLDER_RLIMIT__ /* does your target prefix all symbols with an _ ? */ -#define __UCLIBC_NO_UNDERSCORES__ +#undef __UCLIBC_UNDERSCORES__ /* does your target have an asm .set ? */ #define __UCLIBC_HAVE_ASM_SET_DIRECTIVE__ -- cgit v1.2.3