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.
33 extern lispobj load_core_file(char *file);
35 /* arbitrary string identifying this build, embedded in .core files to
36 * prevent people mismatching a runtime built e.g. with :SB-SHOW
37 * against a .core built without :SB-SHOW (or against various grosser
38 * mismatches, e.g. a .core built with an old version of the code
39 * against a runtime with patches which add new C code) */
40 extern unsigned char build_id[];