[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Declaring missing functions



Is there a way to shut off the compiler warning about calls of (yet) undefined
functions, when one knows the function will be defined in the next file?
I tried (declare (function ...)) but it does not do anything.
     Daniel (ranson@lannion.cnet.fr)