/* Define the machine-dependent type `jmp_buf'. Vax version. */ #ifndef _SETJMP_H # error "Never include directly; use instead." #endif typedef struct { PTR __fp; PTR __pc; } __jmp_buf[1];