Pristine Ack-5.5
[Ack-5.5.git] / include / _tail_cc / setjmp.h
1 /* $Id: setjmp.h,v 1.6 1994/06/24 11:05:29 ceriel Exp $ */
2 /*
3  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
4  * See the copyright notice in the ACK home directory, in the file "Copyright".
5  */
6
7 #ifndef _SETJMP_H
8 #define _SETJMP_H
9
10 typedef char jmp_buf[256];
11
12 #endif /* _SETJMP_H */