#sccs "@(#)inchead:setjmp.h 1.1" /* Convergent Technologies - System V - May 1983 */ #ifndef _JBLEN #if vax #define _JBLEN 10 #endif #if pdp11 #define _JBLEN 3 #endif #if u370 #define _JBLEN 4 #endif #if u3b #define _JBLEN 11 #endif #if mc68k #define _JBLEN 13 #endif typedef int jmp_buf[_JBLEN]; #endif