ftp.nice.ch/pub/next/developer/languages/lisp/AKCL.1.599.s.tar.gz#/akcl-1-599/h/mdefs.h

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

/*
(c) Copyright Taiichi Yuasa and Masami Hagiya, 1984.  All rights reserved.
Copying of this file is authorized to users who have executed the true and
proper "License Agreement for Kyoto Common LISP" with SIGLISP.
*/

/*
*/


#ifdef __GNUC__
#ifndef alloca
#define alloca __builtin_alloca
#endif
#endif


#ifdef UNIX
#define	isalphanum(x)	isalnum(x)
#endif



/*#ifdef ATT   
#else
#endif
*/

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