3 This code was written as part of the CMU Common Lisp project at
4 Carnegie Mellon University, and has been placed in the public domain.
11 extern boolean search_for_type(int type, lispobj ** start, int *count);
12 extern boolean search_for_symbol(char *name, lispobj ** start, int *count);