chicken-hackers
[Top][All Lists]
Advanced

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

Re: [Chicken-hackers] [PATCH] Remove temporary hack for making gensym, a


From: Evan Hanson
Subject: Re: [Chicken-hackers] [PATCH] Remove temporary hack for making gensym, add1 and sub1 globally available for macro expansion
Date: Mon, 16 Oct 2017 09:43:15 +1300

On 2017-10-14 12:03, Peter Bex wrote:
I just figured out why gensym, add1 and sub1 weren't available at macro
expansion time for some macros (the ffi ones): chicken-ffi-syntax.scm is
compiled with -explicit-use, and in batch-driver.scm we don't add the
default imports when -explicit-use is provided.

Yep, makes sense.

Applied.

Evan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]