/* (-lgl
 * 	Mark Williams C for the Atari ST Version 1.0
 * 	Copyright (c) 1984-1986 by Mark Williams Company, Chicago.
 * 	All rights reserved. May not be copied without permission.
 -lgl) */
/*
 * Structure for a setjmp environment.
 * The pc, sp, and a6 are saved.
 */

typedef	long	jmp_buf[3];
