2 * This software is part of the SBCL system. See the README file for
5 * This software is derived from the CMU CL system, which was
6 * written at Carnegie Mellon University and released into the
7 * public domain. The software is in the public domain and is
8 * provided with absolutely no warranty. See the COPYING and CREDITS
9 * files for more information.
18 #define CORE_NDIRECTORY 3861
19 #define CORE_VALIDATE 3845
20 #define CORE_VERSION 3860
21 #define CORE_MACHINE_STATE 3862
22 #define CORE_INITIAL_FUNCTION 3863
24 #define DYNAMIC_SPACE_ID (1)
25 #define STATIC_SPACE_ID (2)
26 #define READ_ONLY_SPACE_ID (3)
44 extern lispobj load_core_file(char *file);