From 2dca8cd6433fe41213ea5ef769ef8286c1a8a5a1 Mon Sep 17 00:00:00 2001 From: Carmelo Amoroso Date: Fri, 20 Feb 2009 15:01:42 +0000 Subject: Fix my previous commit to use preprocessor in the right way ! --- libc/sysdeps/linux/sh/bits/syscalls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps') diff --git a/libc/sysdeps/linux/sh/bits/syscalls.h b/libc/sysdeps/linux/sh/bits/syscalls.h index d841467b0..50c3e6099 100644 --- a/libc/sysdeps/linux/sh/bits/syscalls.h +++ b/libc/sysdeps/linux/sh/bits/syscalls.h @@ -5,7 +5,7 @@ #endif /* The Linux kernel uses different trap numbers on sh-2. */ -#ifdef __CONFIG_SH2__ || __CONFIG_SH2A__ +#if defined __CONFIG_SH2__ || defined __CONFIG_SH2A__ # define __SH_SYSCALL_TRAP_BASE 0x20 #else # define __SH_SYSCALL_TRAP_BASE 0x10 -- cgit v1.2.3