From ba9ae4caae77170e3773ee96fcf83ac2f06473f6 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Sat, 22 Feb 1992 02:54:51 +0000
Subject: [PATCH] Changed the default alien-rep type to be * instead of NIL.

---
 code/alieneval.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/code/alieneval.lisp b/code/alieneval.lisp
index e3cc7ec10..6fab6fdd2 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.16 1992/02/21 21:59:32 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/alieneval.lisp,v 1.17 1992/02/22 02:54:51 wlott Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -478,7 +478,7 @@
 
 (def-alien-type-method (root :alien-rep) (type)
   (declare (ignore type))
-  nil)
+  '*)
 
 (def-alien-type-method (root :naturalize-gen) (type alien)
   (declare (ignore alien))
-- 
GitLab