1 #ifndef _JBLEN
2 # define _JBLEN	36
3 
4 typedef char jmp_buf[_JBLEN];
5 
6 #endif	/* _JBLEN */
7