From: Lily Chen
Subject: Kyoto Common Lisp Compiler
Date: 
Message-ID: <4427@husc6.harvard.edu>
I have a problem with Kyoto Common Lisp compiler.  I have written
a program in Kyoto Common Lisp which contains several files.  It
runs successfully without compiling it.  But every time I run it
after compiling (using compile-file within lisp interpreter), it
reports "xxx is not valid as a function" while it looks like the
macro xxx is not even reached.  Am I supposed to declare something?
What do I do wrong?  Any help would be appreciated.  Thanks in 
Advance.

Lily Chen