]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/openal/alut/other/other.factor
Remove usages of <void*> and *void*
[factor.git] / extra / openal / alut / other / other.factor
index 73b1aca86e04b6c487128f8a8980cd472f8ff3c1..42e6172c9fd4f1c72867f0c6507d4391c9379534 100755 (executable)
@@ -10,8 +10,8 @@ FUNCTION: void alutLoadWAVFile ( c-string fileName, ALenum* format, void** data,
 
 M: object load-wav-file ( filename -- format data size frequency )
     0 int <ref>
-    f <void*>
+    f void* <ref>
     0 int <ref>
     0 int <ref>
     [ 0 char <ref> alutLoadWAVFile ] 4 nkeep
-    { [ int deref ] [ *void* ] [ int deref ] [ int deref ] } spread ;
+    { [ int deref ] [ void* deref ] [ int deref ] [ int deref ] } spread ;