]> gitweb.factorcode.org Git - factor.git/commitdiff
x11.syntax: update X-FUNCTION: for FUNCTION: refactoring
authorJoe Groff <arcata@gmail.com>
Thu, 15 Apr 2010 04:34:32 +0000 (21:34 -0700)
committerJoe Groff <arcata@gmail.com>
Thu, 15 Apr 2010 04:34:32 +0000 (21:34 -0700)
basis/x11/syntax/syntax.factor

index db2adab5dcef4863e50ab0c6e9b30a39c1f351ae..5e368f79cbd07ac27313e02c674befa66695458f 100644 (file)
@@ -4,6 +4,6 @@ USING: alien.syntax alien.parser words x11.io sequences kernel ;
 IN: x11.syntax
 
 SYNTAX: X-FUNCTION:
-    (FUNCTION:)
+    (FUNCTION:) make-function
     [ \ awaken-event-loop suffix ] dip
-    define-declared ;
\ No newline at end of file
+    define-declared ;