aboutsummaryrefslogtreecommitdiff
path: root/src/interp/preparse.lisp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2012-05-21 03:30:29 +0000
committerdos-reis <gdr@axiomatics.org>2012-05-21 03:30:29 +0000
commit43eb220cc23f10a7b597d0354ccd4e7e5ea5ffd1 (patch)
tree6100ed8204057fda8140dbb7a1f0260134287a34 /src/interp/preparse.lisp
parent8d26a86a2ce79743aecfb2fccccf3486525b8426 (diff)
downloadopen-axiom-43eb220cc23f10a7b597d0354ccd4e7e5ea5ffd1.tar.gz
* interp/spad-parser.boot (parseSexpr1): Simplify.
(parseDara): Likewise. Do not set LABLASOC. * interp/bootlex.lisp (PRINT-DEFUN): Remove. (TRANSLABEL): Likewise. (TRANSLABEL1): Likewise. * interp/preparse.lisp (LABLASOC): Likewise.
Diffstat (limited to 'src/interp/preparse.lisp')
-rw-r--r--src/interp/preparse.lisp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/interp/preparse.lisp b/src/interp/preparse.lisp
index 3a553235..0bea0768 100644
--- a/src/interp/preparse.lisp
+++ b/src/interp/preparse.lisp
@@ -72,7 +72,6 @@
(DEFPARAMETER TOK NIL)
(DEFPARAMETER DEFINITION_NAME NIL)
-(DEFPARAMETER LABLASOC NIL)
(defun Initialize-Preparse (strm)
(setq $INDEX 0 |$LineList| nil |$EchoLineStack| nil)