/* $Id: sparc_md.h,v 1.4 1997/11/24 18:11:15 pab Exp $
 *  Machine-dependent defines and prototypes for the SPARC.
 */

/* ANSI C defines setjmp to be a macro.  There'd better be a function that
 * does the same thing, or the JIT is hosed. */
#define SETJMP_FNAME setjmp
