aboutsummaryrefslogtreecommitdiff
path: root/src/interp/bootlex.lisp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-09-17 22:50:50 +0000
committerdos-reis <gdr@axiomatics.org>2007-09-17 22:50:50 +0000
commit1ee7a0030053e2447302d8157b9d3356a54e9b3a (patch)
treefbe8a48a8467342746b72cdfb4af0596b7934753 /src/interp/bootlex.lisp
parent2e464d0c7c161931e8767b6019d93c92d7fd9586 (diff)
downloadopen-axiom-1ee7a0030053e2447302d8157b9d3356a54e9b3a.tar.gz
Fix SF/1792002
* util.lisp.pamphlet (build-interpsys): Lose parse-files, comp-files and browse-files parameters. Don't set AutoLoad properties for those files anymore. (parse-functions): Remove definition. (comp-functions): Likewise. (browse-functions): Likewise. (|tr|): Don't call |oldCompilerAutoloadOnceTrigger| and |browserAutloadOnceTrigger| anymore. * daase.lisp.pamphlet (make-databases): Don't call |oldCompilerAutoloadOnceTrigger| anymore. * compiler.boot.pamphlet (compileSpad2Cmd): Don't call oldParserAutoloadOnceTrigger anymore. * bootlex.lisp (|oldParserAutoloadOnceTrigger|): Remove. * Makefile.pamphlet (OBJS): Include $(OPOBJS), $(OCOBJS) and $(BROBJS). (OPOBJS): Objects are not in autoload directory anymore. (OCOBJS): Likewise. (BROBJS): Likewise. (makeint.lisp): Remove explicit dependency on $(OCOBJS), $(OPOBJS) and $(BROBJS). Don't call build-interpsys with those arguments anymore. * Makefile.in: Regenerate.
Diffstat (limited to 'src/interp/bootlex.lisp')
-rw-r--r--src/interp/bootlex.lisp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/interp/bootlex.lisp b/src/interp/bootlex.lisp
index 04c934fe..6b1d67ad 100644
--- a/src/interp/bootlex.lisp
+++ b/src/interp/bootlex.lisp
@@ -75,8 +75,6 @@
(initialize-preparse *terminal-io*)
(,(intern (strconc "PARSE-" x)) . ,y)))
-(defun |oldParserAutoloadOnceTrigger| () nil)
-
(defun print-defun (name body)
(let* ((sp (assoc 'compiler-output-stream optionlist))
(st (if sp (cdr sp) *standard-output*)))