[Openmcl-devel] Making meta-point work with symbol macros

Ron Garret ron at flownet.com
Thu Aug 1 10:32:04 PDT 2013


Meta-point doesn't work with symbol macros.  Here's a little patch that fixes that:

(in-package :ccl)
(advise %define-symbol-macro (record-source-file (car arglist) 'symbol-macro))

Just FYI.

rg




More information about the Openmcl-devel mailing list