]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/core-foundation/dictionaries/dictionaries.factor
Specialized array overhaul
[factor.git] / basis / core-foundation / dictionaries / dictionaries.factor
index f758e0e63a3ddb3ee6ecd07f2721b7802f6bb1e7..cc0175e0eaa5807ada0750ad2ad8acbd6f4ba6b4 100644 (file)
@@ -1,9 +1,11 @@
 ! Copyright (C) 2009 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: alien.syntax core-foundation kernel assocs
-specialized-arrays.alien math sequences accessors ;
+specialized-arrays math sequences accessors ;
 IN: core-foundation.dictionaries
 
+SPECIALIZED-ARRAY: void*
+
 TYPEDEF: void* CFDictionaryRef
 TYPEDEF: void* CFMutableDictionaryRef
 TYPEDEF: void* CFDictionaryKeyCallBacks*