Skip to content
Snippets Groups Projects
Commit ba9ae4ca authored by wlott's avatar wlott
Browse files

Changed the default alien-rep type to be * instead of NIL.

parent c614e7ee
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (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 @@ ...@@ -478,7 +478,7 @@
(def-alien-type-method (root :alien-rep) (type) (def-alien-type-method (root :alien-rep) (type)
(declare (ignore type)) (declare (ignore type))
nil) '*)
(def-alien-type-method (root :naturalize-gen) (type alien) (def-alien-type-method (root :naturalize-gen) (type alien)
(declare (ignore alien)) (declare (ignore alien))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment