Skip to content
Snippets Groups Projects
Commit d3ff00be authored by ram's avatar ram
Browse files

Allow (* char) in the c-string lisp-rep as well.

parent 928021c2
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/c-call.lisp,v 1.10 1992/03/04 16:47:12 ram Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/c-call.lisp,v 1.11 1992/03/04 17:08:52 ram Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -56,7 +56,7 @@
(def-alien-type-method (c-string :lisp-rep) (type)
(declare (ignore type))
'(or simple-base-string null))
'(or simple-base-string null (alien (* char))))
(def-alien-type-method (c-string :naturalize-gen) (type alien)
(declare (ignore type))
......
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