Delete *builtin-elements*
This commit is contained in:
parent
d10b24c2c8
commit
184b25466c
1 changed files with 0 additions and 3 deletions
|
@ -6,13 +6,10 @@
|
|||
#:defhsx))
|
||||
(in-package #:hsx/builtin)
|
||||
|
||||
(defparameter *builtin-elements* (make-hash-table))
|
||||
|
||||
(defmacro define-and-export-builtin-elements (&rest names)
|
||||
`(progn
|
||||
,@(mapcan (lambda (name)
|
||||
(list `(defhsx ,name ,(string-downcase name))
|
||||
`(setf (gethash (make-keyword ',name) *builtin-elements*) t)
|
||||
`(export ',name)))
|
||||
names)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue