X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fvalidate.h;h=b0f962b102331a57f7befe8cd99fc81f237414dd;hb=dfa55a883f94470267b626dae77ce7e7dfac3df6;hp=5196d60d726cc0e865f515c50898bceb88eb0457;hpb=cb7837b769ce190baec60a2159c33099816ea6e3;p=sbcl.git diff --git a/src/runtime/validate.h b/src/runtime/validate.h index 5196d60..b0f962b 100644 --- a/src/runtime/validate.h +++ b/src/runtime/validate.h @@ -32,8 +32,11 @@ 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