mirror of
https://github.com/false-schemers/skint.git
synced 2024-12-25 21:58:54 +01:00
another FIXME note
This commit is contained in:
parent
7bc927bb44
commit
a2da6a23e8
1 changed files with 1 additions and 0 deletions
|
@ -1816,6 +1816,7 @@
|
|||
(loop l)]
|
||||
[(and (pair? v) (eq? (car v) 'syntax-rules))
|
||||
(body
|
||||
; FIXME: this is the mac-env for built-in syntax-rules macros!
|
||||
(define (sr-env id at)
|
||||
(if (new-id? id) (old-den id)
|
||||
(name-lookup *root-name-registry* id
|
||||
|
|
Loading…
Reference in a new issue