x11.syntax: update X-FUNCTION: for FUNCTION: refactoring

release
Joe Groff 2010-04-14 21:34:32 -07:00
parent 4aa62ffb24
commit c595c4a151
1 changed files with 2 additions and 2 deletions

View 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 ;