ftp.nice.ch/pub/next/developer/languages/c/egcs.1.1.1.1beta.I.b.tar.gz#/lib/gcc-lib/i386-next-nextstep3/egcs-2.91.60/include/bsd/hppa/label_t.h

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

/*
 * Copyright (c) 1993 NeXT Computer, Inc.
 *
 * HPPA Family:	For setjmp/longjmp (kernel version).
 *
 * HISTORY
 *
 * 9 August 1993 Frank Rowand at NeXT
 *	Created.
 */
 
#ifndef _BSD_HPPA_LABEL_T_H_
#define _BSD_HPPA_LABEL_T_H_

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

#endif

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