diff options
-rw-r--r-- | argot.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -136,7 +136,7 @@ and it returns VAR in that case." (loop :for (lhs _p _v _c _a note) :in parsed-rules :when note :do (format *standard-output* "~15a ~a~%" - lhs + (rule-name-string lhs) note)) (princ "------------------------------------------") (terpri) |