]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/alien/remote-control/remote-control.factor
rename current string-mangling "char*" to "c-string". char* is now just a boring...
[factor.git] / basis / alien / remote-control / remote-control.factor
index ae694bed9c4b8da031dc212c9e187df1d92e97ca..c305d720f000081563af648f556ff4e7f2970bfc 100644 (file)
@@ -6,7 +6,7 @@ eval ;
 IN: alien.remote-control
 
 : eval-callback ( -- callback )
-    void* { char* } "cdecl"
+    void* { c-string } "cdecl"
     [ eval>string utf8 malloc-string ] alien-callback ;
 
 : yield-callback ( -- callback )