This is the mail archive of the cgen@sourceware.org mailing list for the CGEN project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: bug when eliding arguments with default values?


Joern Rennecke <joernr@arc.com> writes:

> I have some problem where I thougt an optional argument would be useful
> for a macro that usually doesn't take an argument.
> The actual code is a bit complex, so here is a stripped down example:
> guile> (define-pmacro '(foo (arg1 . 1)) '(bar arg1))
> guile> (pmacro-expand '(foo))

It looks like a bug, but honestly, I don't know if anyone is likely to
fix it quickly.  It's probably closest to dje's heart.

- FChE


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]