Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!caip!nike!ucbcad!ucbvax!cox From: cox@ucbvax.BERKELEY.EDU (Charles A. Cox) Newsgroups: net.lang.lisp Subject: Re: Franz Lisp compiler problems Message-ID: <15893@ucbvax.BERKELEY.EDU> Date: Thu, 2-Oct-86 14:14:26 EDT Article-I.D.: ucbvax.15893 Posted: Thu Oct 2 14:14:26 1986 Date-Received: Sat, 4-Oct-86 09:03:29 EDT References: <3542@umcp-cs.UUCP> Reply-To: cox@ucbvax.Berkeley.EDU.UUCP (Charles A. Cox) Organization: University of California at Berkeley Lines: 19 Keywords: macros In article <3542@umcp-cs.UUCP> dsn@umcp-cs.UUCP (Dana S. Nau) writes: >I'm trying to get Franz Lisp to compile macros without putting > (declare (macros t)) >in the file being compiled. The reason why I want to do this is that >my code needs to be intelligible to lisps other than just Franz, and >"(declare (macros t))" seems to be pretty Franz-dependent. I think the easiest way would be to put the following statement in your file: #+Franz (declare (macros t)) That way only the franz reader will see the declare. Incidentally, Franz users with questions and answers like these may be interested in subscribing to "franz-friends@Berkeley.EDU". Send requests to "franz-friends-request@Berkeley.EDU" or to "...!ucbvax!franz-friends-request".