X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fvalidate.h;h=9f13e9f56a9e9c34cf11dddb06e542ccdd568fa1;hb=90ca09b75fbc3b63b2f7d09c67b04b866dd783f6;hp=5196d60d726cc0e865f515c50898bceb88eb0457;hpb=3a0a9c16a4ccaebd6423f4fe7870111c4dab25a8;p=sbcl.git diff --git a/src/runtime/validate.h b/src/runtime/validate.h index 5196d60..9f13e9f 100644 --- a/src/runtime/validate.h +++ b/src/runtime/validate.h @@ -32,8 +32,9 @@ extern void validate(void); * #include "x86-validate.h" * #endif * and so forth. In SBCL, the memory map data are defined at the Lisp - * level and stuffed into the sbcl.h file created by GENESIS, so - * there's no longer a need for an architecture-dependent header file - * of memory map data. */ + * level (compiler/target/parms.lisp) and stuffed into the sbcl.h file + * created by GENESIS, so there's no longer a need for an + * architecture-dependent header file of memory map data. + */ #endif