home *** CD-ROM | disk | FTP | other *** search
- /*
- (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
- */
-
-