diff options
-rw-r--r-- | sys/arm/include/asm.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/arm/include/asm.h b/sys/arm/include/asm.h index a1a0c43..61d2a76 100644 --- a/sys/arm/include/asm.h +++ b/sys/arm/include/asm.h @@ -55,15 +55,6 @@ #define _JB_MAGIC__SETJMP 0x4278f500 #define _JB_MAGIC_SETJMP 0x4278f501 #endif -#if 0 -#ifdef __STDC__ -# define __CONCAT(x,y) x ## y -# define __STRING(x) #x -#else -# define __CONCAT(x,y) x/**/y -# define __STRING(x) "x" -#endif -#endif #define I32_bit (1 << 7) /* IRQ disable */ #define F32_bit (1 << 6) /* FIQ disable */ |