On 5/12/05, Greg Buchholz <[EMAIL PROTECTED]> wrote: >[...]
After compilation, the macros are already expanded, so (as Graham remarks), the macro will not be available during run-time. What you can do, though, is to add a (declare (run-time-macros)) to your code (then the macros are also available at run-time), but note that this doesn't work for highlevel (i.e. syntax-case) macros. cheers, felix _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
