1*eacc5f97Smatt /* $NetBSD: setjmp.h,v 1.4 2012/02/06 02:14:13 matt Exp $ */ 285854cb4Scgd 385854cb4Scgd /* 485854cb4Scgd * Copyright (c) 1994, 1995 Carnegie-Mellon University. 585854cb4Scgd * All rights reserved. 685854cb4Scgd * 785854cb4Scgd * Author: Chris G. Demetriou 885854cb4Scgd * 985854cb4Scgd * Permission to use, copy, modify and distribute this software and 1085854cb4Scgd * its documentation is hereby granted, provided that both the copyright 1185854cb4Scgd * notice and this permission notice appear in all copies of the 1285854cb4Scgd * software, derivative works or modified versions, and any portions 1385854cb4Scgd * thereof, and that both notices appear in supporting documentation. 1485854cb4Scgd * 1585854cb4Scgd * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" 1685854cb4Scgd * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND 1785854cb4Scgd * FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. 1885854cb4Scgd * 1985854cb4Scgd * Carnegie Mellon requests users of this software to return to 2085854cb4Scgd * 2185854cb4Scgd * Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU 2285854cb4Scgd * School of Computer Science 2385854cb4Scgd * Carnegie Mellon University 2485854cb4Scgd * Pittsburgh PA 15213-3890 2585854cb4Scgd * 2685854cb4Scgd * any improvements or extensions that they make and grant Carnegie the 2785854cb4Scgd * rights to redistribute these changes. 2885854cb4Scgd */ 2985854cb4Scgd 3085854cb4Scgd /* 3185854cb4Scgd * machine/setjmp.h: machine dependent setjmp-related information. 3285854cb4Scgd */ 3385854cb4Scgd 34a4a356f9Sthorpej #define _JBLEN 83 /* size, in longs, of a jmp_buf */ 35