aboutsummaryrefslogtreecommitdiff
path: root/src/parser.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.lisp')
-rw-r--r--src/parser.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser.lisp b/src/parser.lisp
index 2d3c673..3615844 100644
--- a/src/parser.lisp
+++ b/src/parser.lisp
@@ -148,5 +148,5 @@ tokens."
:else
:collect token :into tokens :and :do
(setf start-of-line (start-of-line-p token))
- :finally ;; (build-tree)
+ :finally
(return tokens)))