summaryrefslogtreecommitdiff
path: root/parzival.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'parzival.lisp')
-rw-r--r--parzival.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/parzival.lisp b/parzival.lisp
index 9884068..85a6632 100644
--- a/parzival.lisp
+++ b/parzival.lisp
@@ -43,8 +43,8 @@
(defmacro <<def (name parser &optional docstring)
`(progn
- (defvar ,name ,parser)
- (defun ,name (stream) ,docstring (funcall ,name stream))))
+ (defvar ,name ',name)
+ (defun ,name (stream) ,docstring (funcall ,parser stream))))
;;; The CORE PARSERS out of which all other parsers are built! A most solemn