Browse Source

shouldnt have trimmed the _ASM #if check

Mike Frysinger 19 years ago
parent
commit
b7edfd58a0
1 changed files with 4 additions and 0 deletions
  1. 4 0
      libc/sysdeps/linux/m68k/bits/setjmp.h

+ 4 - 0
libc/sysdeps/linux/m68k/bits/setjmp.h

@@ -25,6 +25,8 @@
 # error "Never include <bits/setjmp.h> directly; use <setjmp.h> instead."
 # error "Never include <bits/setjmp.h> directly; use <setjmp.h> instead."
 #endif
 #endif
 
 
+#ifndef _ASM
+
 typedef struct
 typedef struct
   {
   {
     /* There are eight 4-byte data registers, but D0 is not saved.  */
     /* There are eight 4-byte data registers, but D0 is not saved.  */
@@ -43,6 +45,8 @@ typedef struct
 
 
   } __jmp_buf[1];
   } __jmp_buf[1];
 
 
+#endif
+
 #define JB_REGS   0
 #define JB_REGS   0
 #define JB_DREGS  0
 #define JB_DREGS  0
 #define JB_AREGS  24
 #define JB_AREGS  24