1 /* Define the machine-dependent type `jmp_buf'. SPARC version. */
3 #if defined (__USE_MISC) || defined (_ASM)
10 typedef int __jmp_buf
[3];
13 /* Test if longjmp to JMPBUF would unwind the frame
14 containing a local variable at ADDRESS. */
15 #define _JMPBUF_UNWINDS(jmpbuf, address) \
16 ((int) (address) < (jmpbuf)[JB_SP])