diff --git a/code/alieneval.lisp b/code/alieneval.lisp index 5f13a8ad884e26f3365996337758b78c3ca495fd..4ecc4e3ad922e760049365ddab0121e737563079 100644 --- a/code/alieneval.lisp +++ b/code/alieneval.lisp @@ -5,7 +5,7 @@ ;;; Carnegie Mellon University, and has been placed in the public domain. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/alieneval.lisp,v 1.40 1997/08/24 03:15:48 dtc Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/alieneval.lisp,v 1.41 1997/09/16 08:44:55 dtc Exp $") ;;; ;;; ********************************************************************** ;;; @@ -668,7 +668,7 @@ (declare (ignore type)) `(not (zerop ,alien))) -(def-alien-type-method (boolean :deport-gen) (value type) +(def-alien-type-method (boolean :deport-gen) (type value) (declare (ignore type)) `(if ,value 1 0))