]> gitweb.factorcode.org Git - factor.git/commitdiff
alien.parser: add a couple of commas
authorDoug Coleman <doug.coleman@gmail.com>
Fri, 3 Jul 2015 00:29:12 +0000 (17:29 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Fri, 3 Jul 2015 00:29:12 +0000 (17:29 -0700)
basis/alien/parser/parser-tests.factor

index ecbb92a03efbdd75e2129b52435c7923d0f9db0e..aa0223e0afe57441d6ffd82e683f225f2d3b7df4 100644 (file)
@@ -36,7 +36,7 @@ CONSTANT: eleven 11
     [ "not-word" parse-c-type ] [ error>> no-word-error? ] must-fail-with
 ] with-file-vocabs
 
-FUNCTION: void* alien-parser-function-effect-test ( int *arg1 float arg2 ) ;
+FUNCTION: void* alien-parser-function-effect-test ( int *arg1, float arg2 ) ;
 
 [ ( arg1 arg2 -- void* ) ] [
     \ alien-parser-function-effect-test "declared-effect" word-prop
@@ -44,7 +44,7 @@ FUNCTION: void* alien-parser-function-effect-test ( int *arg1 float arg2 ) ;
 
 [ t ] [ \ alien-parser-function-effect-test inline? ] unit-test
 
-FUNCTION-ALIAS: (alien-parser-function-effect-test) void* alien-parser-function-effect-test ( int *arg1 float arg2 ) ;
+FUNCTION-ALIAS: (alien-parser-function-effect-test) void* alien-parser-function-effect-test ( int *arg1, float arg2 ) ;
 
 [ ( arg1 arg2 -- void* ) ] [
     \ (alien-parser-function-effect-test) "declared-effect" word-prop