ftp.nice.ch/pub/next/developer/languages/c/gcc.2.7.2.2.I.b.tar.gz#/lib/gcc-lib/i386-next-nextstep3/2.7.2.2.f.2/include/bsd/m68k/fptrace.h

This is fptrace.h in view mode; [Download] [Up]

/* 
 * Copyright (c) 1990 NeXT, Inc.
 *
 * HISTORY
 * 28-Aug-90  Morris Meyer (mmeyer) at NeXT
 *	Created.
 */

#ifndef _SYS_M68K_FPTRACE_
#define	_SYS_M68K_FPTRACE_
#define	FPTRACE_START	1
#define	FPTRACE_STOP	2
#define FPTRACE_CLEAR	3

#define	NUM_UNIMP	0x80		/* Bits 6:0 */


struct fptrace_data  {
	int	unimp[NUM_UNIMP];
	int	unsupp;
	int	denorm;
	int	unnorm;
	int	bsun;
	int	inex;
	int	dz;
	int	unfl;
	int	operr;
	int	ovfl;
	int	snan;
};
#endif

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.