From 7aa4c6607522d11e72c48a66e55960e07dd851a9 Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Fri, 12 Feb 1993 19:09:58 +0000
Subject: [PATCH] Alien type constructor arg hack.

---
 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 33bad1aac..e8c4dcaec 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.12 1992/12/18 13:52:26 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/c-call.lisp,v 1.13 1993/02/12 19:09:58 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -45,7 +45,7 @@
 
 ;;;; C string support.
 
-(def-alien-type-class (c-string :include pointer))
+(def-alien-type-class (c-string :include pointer :include-args (to)))
 
 (def-alien-type-translator c-string ()
   (make-alien-c-string-type :to (parse-alien-type 'char)))
-- 
GitLab