]> gitweb.factorcode.org Git - factor.git/commitdiff
alien.arrays: typedef special char* symbol so it still works as expected
authorJoe Groff <arcata@gmail.com>
Mon, 22 Feb 2010 07:11:59 +0000 (23:11 -0800)
committerJoe Groff <arcata@gmail.com>
Mon, 22 Feb 2010 07:11:59 +0000 (23:11 -0800)
basis/alien/arrays/arrays.factor

index c62800df363c8788777239467f506a92d9ab1580..4fddba1de6ac068cdb0297e426e3d4de8867f8ee 100644 (file)
@@ -104,6 +104,7 @@ M: string-type c-type-setter
     drop [ set-alien-cell ] ;
 
 { char* utf8 } char <pointer> typedef
+{ char* utf8 } char* typedef
 { char* utf8 } uchar <pointer> typedef
 { char* binary } byte <pointer> typedef
 { char* binary } ubyte <pointer> typedef