From 410f4358d2831fce6b061c1c5e8eb7f966b37371 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Thu, 11 Feb 1993 14:09:16 +0000 Subject: [PATCH] Add another keyword BOA so that we can look at other arg values. --- code/alieneval.lisp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/alieneval.lisp b/code/alieneval.lisp index 55025eb20..5b9deae86 100644 --- a/code/alieneval.lisp +++ b/code/alieneval.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/alieneval.lisp,v 1.28 1993/02/10 22:29:31 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/alieneval.lisp,v 1.29 1993/02/11 14:09:16 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -1219,7 +1219,8 @@ ;;; (defstruct (local-alien-info (:print-function %print-local-alien-info) - (:make-load-form-fun :just-dump-it-normally)) + (:make-load-form-fun :just-dump-it-normally) + (:constructor make-local-alien-info (&key type force-to-memory-p))) ;; The type of the local alien. (type (required-argument) :type alien-type) ;; T if this local alien must be forced into memory. Using the ADDR macro -- GitLab