]> gitweb.factorcode.org Git - factor.git/commitdiff
openal: add back specialized array
authorDoug Coleman <doug.coleman@gmail.com>
Thu, 20 Jan 2022 07:16:39 +0000 (01:16 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Thu, 20 Jan 2022 07:16:39 +0000 (01:16 -0600)
extra/openal/openal.factor

index 7e3b08f21971a2f8ebed157aa75b62ba038259fb..4a990c213dfd5835165265495d2a01256b88ad53 100644 (file)
@@ -2,9 +2,10 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: alien alien.c-types alien.data alien.destructors
 alien.libraries alien.syntax arrays combinators kernel sequences
-system ;
+specialized-arrays system ;
 FROM: alien.c-types => char double float int short uchar uint
 ushort void ;
+SPECIALIZED-ARRAY: uint
 IN: openal
 
 << "openal" {