Running the latest CVS sources (with --enable-ansi), the following fails to capture the local function, local-fn:

(flet ((local-fn (obj) `(print ,obj)))
  (defmacro buggy (arg) (local-fn arg)))

I don't know if this is a known issue (I didn't see anything in a quick scan of the archives).

-- Dan





_______________________________________________
Gcl-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gcl-devel

Reply via email to