[Openmcl-cvs-notifications] r13601 - /trunk/source/lisp-kernel/lisp.h
gb at clozure.com
gb at clozure.com
Sun Apr 11 10:31:22 UTC 2010
Author: gb
Date: Sun Apr 11 04:31:22 2010
New Revision: 13601
Log:
Don't include "ccl-platform.h" anymore; note that a platform-specific
header file is (pre-)included.
Modified:
trunk/source/lisp-kernel/lisp.h
Modified: trunk/source/lisp-kernel/lisp.h
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/source/lisp-kernel/lisp.h (original)
+++ trunk/source/lisp-kernel/lisp.h Sun Apr 11 04:31:22 2010
@@ -18,8 +18,8 @@
#ifndef __lisp__
#define __lisp__
=
+/* a platform-specific header file is pre-included via -include */
=
-#include "ccl-platform.h"
#include "lisptypes.h"
#ifndef LOWMEM_BIAS
#define LOWMEM_BIAS 0
@@ -70,6 +70,7 @@
#define PLATFORM_CPU_PPC (0<<3)
#define PLATFORM_CPU_SPARC (1<<3)
#define PLATFORM_CPU_X86 (2<<3)
+#define PLATFORM_CPU_ARM (3<<3)
#define PLATFORM_OS_VXWORKS 0
#define PLATFORM_OS_LINUX 1
#define PLATFORM_OS_SOLARIS 2
More information about the Openmcl-cvs-notifications
mailing list