2 * Variables for executable support.
4 * $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/exec-final.c,v 1.1 2010/07/29 01:51:12 rtoy Rel $
9 * See lisp.c for documentation, but basically this is linked in for
10 * executables to indicate that the image is builtin. We must not
11 * define initial_function_addr here because the linker script will
12 * set the value appropriately.
14 int builtin_image_flag = 1;