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

define-macro bug?



Hi.
I've run into the following in v200 (the last beta, 12 I think):


(require (lib "defmacro.ss"))

> (define foo (lambda args args))
> (define-macro eggroll foo)
reference to undefined identifier: foo
> (define-macro eggroll (lambda args args))
> 


This is a bug in the define-macro syntax, no?

Ittai