diff --git a/code/alieneval.lisp b/code/alieneval.lisp index 55025eb208a0fc29c739689ed9e8d0b70b5fab5c..5b9deae868d491280595d9c976b88eff68006644 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