From 383b2385eb1f3fb00f5856a2ddf593ec42c03189 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Mon, 10 Sep 2007 01:13:22 +0000 Subject: * sys-macros.lisp: Add ugly work-around about infamous GCL bug. * vmlisp.lisp.pamphlet: Export WRAP. * Makefile.pamphlet (<>): 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. --- src/interp/vmlisp.lisp.pamphlet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interp/vmlisp.lisp.pamphlet') 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 -- cgit v1.2.3