]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/unix/time/time.factor
rename current string-mangling "char*" to "c-string". char* is now just a boring...
[factor.git] / basis / unix / time / time.factor
index 0a63965c20179fda605ac448a88183708c923ac9..72132bb132fb2675effe90cd9455240d263da25c 100644 (file)
@@ -35,7 +35,7 @@ STRUCT: tm
     { yday int }
     { isdst int }
     { gmtoff long }
-    { zone char* } ;
+    { zone c-string } ;
 
 FUNCTION: time_t time ( time_t* t ) ;
 FUNCTION: tm* localtime ( time_t* clock ) ;