aboutsummaryrefslogtreecommitdiff
path: root/src/interp/word.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2012-05-21 02:45:26 +0000
committerdos-reis <gdr@axiomatics.org>2012-05-21 02:45:26 +0000
commit8d26a86a2ce79743aecfb2fccccf3486525b8426 (patch)
tree8cfe2b1f5a9ed9326ded31f0ae215790361806cc /src/interp/word.boot
parenta2d6a4d6c6355aca142008543cc78e4139d97576 (diff)
downloadopen-axiom-8d26a86a2ce79743aecfb2fccccf3486525b8426.tar.gz
* interp/vmlisp.lisp (SETANDFILE): Remove.
(LAM,EVALANDFILEACTQ): Likewise. * interp/sys-utility.boot (PRINT-AND-EVAL-DEFUN): Likewise. * interp/slam.boot (reportFunctionCompilation): Tidy. * interp/lisp-backend.boot (evalAndPrintBackendDecl): New. * interp/c-util.boot (backendCompileSPADSLAM): Use it in lieu of SETANDFILE. (compAndDefine): Use evalAndPrintBackendDecl in lieu of PRINT-AND-EVAL-DEFUN. * interp/hypertex.boot: Clean up. * interp/nhyper.boot: Likewise. * interp/word.boot: Likewise.
Diffstat (limited to 'src/interp/word.boot')
-rw-r--r--src/interp/word.boot4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/interp/word.boot b/src/interp/word.boot
index 27fe7b2c..8387a2ab 100644
--- a/src/interp/word.boot
+++ b/src/interp/word.boot
@@ -1,6 +1,6 @@
-- Copyright (c) 1991-2002, The Numerical ALgorithms Group Ltd.
-- All rights reserved.
--- Copyright (C) 2007-2011, Gabriel Dos Reis.
+-- Copyright (C) 2007-2012, Gabriel Dos Reis.
-- All rights reserved.
--
-- Redistribution and use in source and binary forms, with or without
@@ -125,8 +125,6 @@ wordsOfString1(s,j) ==
isBreakCharacter x == null SMALL__LITER x
--- SETANDFILEQ($functionTable,buildFunctionTable())
-
--=======================================================================
-- Augment Function Directories
--=======================================================================