From 43eb220cc23f10a7b597d0354ccd4e7e5ea5ffd1 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Mon, 21 May 2012 03:30:29 +0000 Subject: * 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. --- src/interp/preparse.lisp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/interp/preparse.lisp') 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) -- cgit v1.2.3