]> gitweb.factorcode.org Git - factor.git/commitdiff
Fix conflict
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Sun, 27 Sep 2009 02:27:38 +0000 (21:27 -0500)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Sun, 27 Sep 2009 02:27:38 +0000 (21:27 -0500)
basis/alien/syntax/syntax-docs.factor

index f43769761c2e6443660f08b4794a010004acf652..e04f6a471de4fb8c8fb723620e20ac5737f3a924 100644 (file)
@@ -114,7 +114,7 @@ HELP: typedef
 { POSTPONE: TYPEDEF: typedef } related-words
 
 HELP: c-struct?
-{ $values { "type" "a string" } { "?" "a boolean" } }
+{ $values { "c-type" "a C type name" } { "?" "a boolean" } }
 { $description "Tests if a C type is a structure defined by " { $link POSTPONE: STRUCT: } "." } ;
 
 HELP: define-function