Bugfix
This commit is contained in:
parent
e71857df5d
commit
27380a232d
|
@ -72,7 +72,8 @@
|
||||||
(make-attribute-mapping (quote-syntax vtmp)
|
(make-attribute-mapping (quote-syntax vtmp)
|
||||||
'name 'ellipsis-depth 'syntax?))
|
'name 'ellipsis-depth 'syntax?))
|
||||||
(define-syntax name
|
(define-syntax name
|
||||||
(make-auto-pvar 'ellipsis-depth (quote-syntax stmp)))))
|
(make-auto-pvar 'ellipsis-depth (quote-syntax stmp)))
|
||||||
|
(define-pvars name)))
|
||||||
;; TODO ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vvvvvvvvvvvvvvvvvvvvvvvvvv
|
;; TODO ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vvvvvvvvvvvvvvvvvvvvvvvvvv
|
||||||
#'(begin
|
#'(begin
|
||||||
(define-syntax-class extract-non-syntax
|
(define-syntax-class extract-non-syntax
|
||||||
|
|
Loading…
Reference in New Issue
Block a user