Skip to content
Snippets Groups Projects
Commit 7066bfeb authored by ram's avatar ram
Browse files

missing comma.

parent 03843050
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@
(code (fill-pointer *request-table*)))
`(progn
(eval-when (compile load eval)
(vector-push-extend (format nil "R~a" string-name) *request-table*))
(vector-push-extend (format nil "R~a" ,string-name) *request-table*))
(defun ,symbol-name ,arg-list
,doc-string
;; *** This generates lots of warnings at the moment
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment