From d3ff00bed4f1dc4746fb61be863de53fa0b5a190 Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Wed, 4 Mar 1992 17:08:52 +0000
Subject: [PATCH] Allow (* char) in the c-string lisp-rep as well.

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

diff --git a/code/c-call.lisp b/code/c-call.lisp
index e23875abb..9807448f8 100644
--- a/code/c-call.lisp
+++ b/code/c-call.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/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))
-- 
GitLab