]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/unix/types/macosx/macosx.factor
Remove <uint> *uint and friends. Hopefully remove the last usages of these words
[factor.git] / basis / unix / types / macosx / macosx.factor
index 2bebc981f95baf00e39b5fae00747624ac972052..20c84c2e836904b65700855ab5a52880b11f95de 100644 (file)
@@ -36,4 +36,4 @@ TYPEDEF: uint IOOptionBits
 
 
 
-ALIAS: <time_t> <long>
+: <time_t> ( n -- long ) long <ref> ;