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/sparc/label_t.h

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

/*
 * Copyright (c) 1994 NeXT Computer, Inc.
 *
 * SPARC Family:	For setjmp/longjmp (kernel version).
 *
 * HISTORY
 *
 * 21-Apr-1994 Mac Gillon at NeXT
 *	Created.
 */
 
#ifndef _BSD_SPARC_LABEL_T_H_
#define _BSD_SPARC_LABEL_T_H_

typedef struct label_t {
	int	val[2];
} label_t;

#define	l_pc	val[0]
#define	l_sp	val[1]

#endif

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