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/sh/bits/uClibc_arch_features.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/sh') diff --git a/libc/sysdeps/linux/sh/bits/uClibc_arch_features.h b/libc/sysdeps/linux/sh/bits/uClibc_arch_features.h index e2b480e75..9cf3d0dc2 100644 --- a/libc/sysdeps/linux/sh/bits/uClibc_arch_features.h +++ b/libc/sysdeps/linux/sh/bits/uClibc_arch_features.h @@ -25,7 +25,7 @@ #define __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