Bläddra i källkod

Fix my previous commit to use preprocessor in the right way !

Carmelo Amoroso 15 år sedan
förälder
incheckning
2dca8cd643
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      libc/sysdeps/linux/sh/bits/syscalls.h

+ 1 - 1
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