]> gitweb.factorcode.org Git - factor.git/commitdiff
windows.com.syntax: parse return c-type of COM-INTERFACE: functions
authorJoe Groff <arcata@gmail.com>
Sun, 21 Feb 2010 19:56:35 +0000 (11:56 -0800)
committerJoe Groff <arcata@gmail.com>
Sun, 21 Feb 2010 19:56:35 +0000 (11:56 -0800)
basis/windows/com/syntax/syntax.factor

index fc7d986cbc63ccc4a15707b4ca41951e1d0789e1..5e08454d5ade413aff08081490a149bc63a46b9a 100644 (file)
@@ -38,7 +38,7 @@ ERROR: no-com-interface interface ;
 
 : (parse-com-function) ( tokens -- definition )
     [ second ]
-    [ first ]
+    [ first parse-c-type ]
     [
         3 tail [ CHAR: , swap remove ] map
         2 group [ first2 normalize-c-arg 2array ] map