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/architecture/hppa/cframe.h

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

/* Copyright (c) 1991 NeXT Computer, Inc.  All rights reserved.
 *
 *	File:	architecture/hppa/cframe.h
 *	Author:	Joshua Doenias, NeXT Computer, Inc.
 *
 *	This include file defines C calling sequence defines
 *	for NeXT hppa-based products.
 *
 * HISTORY
 * 22-Sep-93  Joshua Doenias (josh@next.com)
 *	Created.
 */

#ifndef	_ARCH_HPPA_CFRAME_H_
#define	_ARCH_HPPA_CFRAME_H_

#define	C_ARGSAVE_LEN		48	/* at least 48 bytes of arg save*/
#define	C_STACK_ALIGN		64	/* stack must be 64 byte aligned*/

#endif

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