aboutsummaryrefslogtreecommitdiff
path: root/src/interp/parsing.lisp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-12-10 09:47:27 +0000
committerdos-reis <gdr@axiomatics.org>2010-12-10 09:47:27 +0000
commit93f026d1c803148e80bb23756ee656bf7ee19a8d (patch)
treefc355007a4ec227405059068052f1c7eb3bf33ac /src/interp/parsing.lisp
parent7730f8fafe5dea4ab3ba8c4659a4d295689e1818 (diff)
downloadopen-axiom-93f026d1c803148e80bb23756ee656bf7ee19a8d.tar.gz
Unify and ECHO-META under
Diffstat (limited to 'src/interp/parsing.lisp')
-rw-r--r--src/interp/parsing.lisp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/interp/parsing.lisp b/src/interp/parsing.lisp
index 7f923a61..ffb2bc55 100644
--- a/src/interp/parsing.lisp
+++ b/src/interp/parsing.lisp
@@ -226,13 +226,6 @@ the stack, then stack a NIL. Return the value of prod."
(let ((x (string<= part whole)))
(and x (= x (length part)) x)))
-
-; 3A 3. Line Handling.
-
-; PARAMETERS DEFINED IN THIS SECTION:
-;
-; Echo-Meta
-
; 3B. Error handling
(defparameter errcol nil)