]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/com/syntax/syntax.factor
factor: change FUNCTION: and similar to not have trailing ;
[factor.git] / basis / windows / com / syntax / syntax.factor
index 79d5c5db8a1e7773214d7bc700c5659c2eb989e1..f6cf51d3d40fde2748c99b2c1b0f0e5c9295a66b 100755 (executable)
@@ -38,7 +38,7 @@ ERROR: no-com-interface interface ;
     dup word>> +com-interface-definitions+ get-global set-at ;
 
 : (parse-com-function) ( return name -- definition )
-    ")" scan-c-args
+    scan-c-args
     [ pointer: void prefix ] [ "this" prefix ] bi*
     <com-function-definition> ;