aboutsummaryrefslogtreecommitdiff
path: root/src/interp/preparse.lisp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-11-03 00:12:14 +0000
committerdos-reis <gdr@axiomatics.org>2008-11-03 00:12:14 +0000
commitb1127318c2fc599f970c3f9cba423eaf46ac0564 (patch)
treec2e6882b335975743265bc5325e267e83cd5ed28 /src/interp/preparse.lisp
parente05241ed11702813eb225b084643720deb121d26 (diff)
downloadopen-axiom-b1127318c2fc599f970c3f9cba423eaf46ac0564.tar.gz
* interp/Makefile.pamphlet (template.$(FASLEXT)): Remove.
* interp/template.boot: Move non-dead code where appropriate. Remove file. * boot/ast.boot (bfQ): Improve.
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 de612cfd..2b92469e 100644
--- a/src/interp/preparse.lisp
+++ b/src/interp/preparse.lisp
@@ -94,7 +94,6 @@
(defvar $skipme)
-(defvar $COMBLOCKLIST)
(defun PREPARSE (Strm &aux (stack ()))
(SETQ $COMBLOCKLIST NIL $skipme NIL)