2.3.3-74
[glibc.git] / sysdeps / vax / bits / setjmp.h
blob10ca170a2a19efeca24df4f9ee82a691bf39ae58
1 /* Define the machine-dependent type `jmp_buf'. Vax version. */
3 #ifndef _SETJMP_H
4 # error "Never include <bits/setjmp.h> directly; use <setjmp.h> instead."
5 #endif
7 typedef struct
9 PTR __fp;
10 PTR __pc;
11 } __jmp_buf[1];