X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fvalidate.h;h=0d82b3fc912b63da1167933aec27b2157185b78c;hb=c3699db2053ff3b5ac6a98d4431c3789496002d8;hp=0c2546e5afc2fe5e2b62825cb6061b76221a49fb;hpb=040e4e707e4f7bc9bda2ab78774fd9205c44ee1f;p=sbcl.git diff --git a/src/runtime/validate.h b/src/runtime/validate.h index 0c2546e..0d82b3f 100644 --- a/src/runtime/validate.h +++ b/src/runtime/validate.h @@ -37,7 +37,7 @@ extern void protect_control_stack_guard_page(pid_t t_id, int protect_p); * * CMU CL had architecture-dependent header files included here to * define memory map data: - * #ifdef __i386__ + * #ifdef LISP_FEATURE_X86 * #include "x86-validate.h" * #endif * and so forth. In SBCL, the memory map data are defined at the Lisp