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