]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/freetype/freetype.factor
rename current string-mangling "char*" to "c-string". char* is now just a boring...
[factor.git] / extra / freetype / freetype.factor
index 955672d03b23247ce5893ac0e7661c5dc4e31e79..d131d2eb3579ccaa738823196c3e2b2f63396cb7 100644 (file)
@@ -83,7 +83,7 @@ STRUCT: glyph
     { n-points short }
 
     { points void* }
-    { tags char* }
+    { tags c-string }
     { contours short* }
 
     { outline-flags int }