diff options
author | dos-reis <gdr@axiomatics.org> | 2007-09-25 08:36:55 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2007-09-25 08:36:55 +0000 |
commit | 31654e2babf33907914053ea1653bd465a625e51 (patch) | |
tree | e8945fba395454692c67a89279648bf3d07a9837 /src/interp/bc-util.boot.pamphlet | |
parent | 06e6b3ab540b836fe050b25b651f403ce4c4fdba (diff) | |
download | open-axiom-31654e2babf33907914053ea1653bd465a625e51.tar.gz |
* Makefile.pamphlet (<<bc-matrix.clisp>>): Remove.
(<<bc-util.clisp>>): Likewise.
(<<br-prof.clisp>>): Likewise.
* bc-matrix.boot.pamphlet: Push into BOOT package.
* bc-util.boot.pamphlet: Likewise.
* br-prof.boot.pamphlet: Likewise.
Diffstat (limited to 'src/interp/bc-util.boot.pamphlet')
-rw-r--r-- | src/interp/bc-util.boot.pamphlet | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interp/bc-util.boot.pamphlet b/src/interp/bc-util.boot.pamphlet index 56287145..af732000 100644 --- a/src/interp/bc-util.boot.pamphlet +++ b/src/interp/bc-util.boot.pamphlet @@ -46,6 +46,8 @@ <<*>>= <<license>> +)package "BOOT" + bcFinish(name,arg,:args) == bcGen bcMkFunction(name,arg,args) bcMkFunction(name,arg,args) == |