diff options
author | dos-reis <gdr@axiomatics.org> | 2007-09-10 01:13:22 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2007-09-10 01:13:22 +0000 |
commit | 383b2385eb1f3fb00f5856a2ddf593ec42c03189 (patch) | |
tree | e8172df8f740e73e46da9759c087280feb0270fe /src/interp/vmlisp.lisp.pamphlet | |
parent | a51518d54f4fa8d791fa33abde2a431408c35002 (diff) | |
download | open-axiom-383b2385eb1f3fb00f5856a2ddf593ec42c03189.tar.gz |
* sys-macros.lisp: Add ugly work-around about infamous GCL bug.
* vmlisp.lisp.pamphlet: Export WRAP.
* Makefile.pamphlet (<<buildom.clisp>>): Remove.
(buildom.$(FASLEXT)): New rule, setup dependency.
* Makefile.in: Regenerate.
* buildom.boot.pamphlet: Make compilable by bootsys. Import
sys-constants.
* setq.lisp.pamphlet (|$Primitives|): Move to sys-constants.
Diffstat (limited to 'src/interp/vmlisp.lisp.pamphlet')
-rw-r--r-- | src/interp/vmlisp.lisp.pamphlet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/vmlisp.lisp.pamphlet b/src/interp/vmlisp.lisp.pamphlet index 49cbcb7e..13dd9488 100644 --- a/src/interp/vmlisp.lisp.pamphlet +++ b/src/interp/vmlisp.lisp.pamphlet @@ -77,7 +77,7 @@ We plan to move the content of [[VMLISP]] to [[BOOT]]. ;;; Definitions for package VMLISP of type EXPORT (in-package "VMLISP") (export - '(VMLISP::SINTP VMLISP::$FCOPY + '(VMLISP::SINTP VMLISP::$FCOPY VMLISP::WRAP VMLISP::PUT VMLISP::PNAME VMLISP::QVELT-1 VMLISP::QSETVELT-1 vmlisp::throw-protect VMLISP::EQCAR |