aboutsummaryrefslogtreecommitdiff
path: root/src/interp/nruntime.boot.pamphlet
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-11-10 06:56:02 +0000
committerdos-reis <gdr@axiomatics.org>2007-11-10 06:56:02 +0000
commited27313ddc520ba88e50489f11112bb08e153e3e (patch)
tree098caf0726ea228c6125711ccf07f3f5978a84d6 /src/interp/nruntime.boot.pamphlet
parent4edaea6cff2d604009b8f2723a9436b0fc97895d (diff)
downloadopen-axiom-ed27313ddc520ba88e50489f11112bb08e153e3e.tar.gz
src/algebra/
2007-11-10 Gabriel Dos Reis <gdr@cs.tamu.edu> * Makefile.pamphlet (mostlyclean-local): Remove stamp files and strap/ directory too. (clean-local): Remove database directories too. src/interpreter/ 2007-11-10 Gabriel Dos Reis <gdr@cs.tamu.edu> * Makefile.pamphlet (nrungo.$(FASLEXT)): New rule. (nruntime.$(FASLEXT)): Likewise. (<<nrungo.clisp>>): Remove. (<<nruntime.clisp>>): Likewise. * nrungo.boot.pamphlet: Push into package "BOOT". Fix syntax. * nruntime.boot.pamphlet: Push into package "BOOT".
Diffstat (limited to 'src/interp/nruntime.boot.pamphlet')
-rw-r--r--src/interp/nruntime.boot.pamphlet3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/interp/nruntime.boot.pamphlet b/src/interp/nruntime.boot.pamphlet
index c2d809d1..eaa39365 100644
--- a/src/interp/nruntime.boot.pamphlet
+++ b/src/interp/nruntime.boot.pamphlet
@@ -46,6 +46,9 @@
<<*>>=
<<license>>
+import '"c-util"
+)package "BOOT"
+
unloadOneConstructor(cnam,fn) ==
REMPROP(cnam,'LOADED)
SETF(SYMBOL_-FUNCTION cnam,mkAutoLoad(fn, cnam))