[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Compiler Warnings, again
- To: Info-MCL@cambridge.apple.com, pazzani@ics.uci.edu
- Subject: RE: Compiler Warnings, again
- From: "pierce" <pierce@at-mail-server.vitro.com>
- Date: 16 Mar 92 11:13:48 U
>> Now, prolog
>> predicates that are not (yet) defined cause "Undefined functions" warnings.
It is still a bad idea to turn off compiler warnings.
You probably want to use the "With-Compilation-Unit" macro to avoid compiler
warnings about functions referenced but not yet defined that you intend to
define as a group.
-Jonathan