Clean up RCS ids
[projects/cmucl/cmucl.git] / src / lisp / exec-final.c
1 /*
2  * Variables for executable support.
3  *
4  */
5
6 /*
7  * See lisp.c for documentation, but basically this is linked in for
8  * executables to indicate that the image is builtin.  We must not
9  * define initial_function_addr here because the linker script will
10  * set the value appropriately.
11  */
12 int builtin_image_flag = 1;
13