]> gitweb.factorcode.org Git - factor.git/commitdiff
x11.xim: fix "cannot execute a word before it has been compiled" bug.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sun, 10 Jan 2016 00:16:58 +0000 (16:16 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 10 Jan 2016 00:16:58 +0000 (16:16 -0800)
basis/x11/xim/xim.factor

index a7e4a6fa2662ef4ab06b45370b0b7803266f0329..24b7cae12bfe82702af37e8593b8aff7af151397 100644 (file)
@@ -34,7 +34,10 @@ SYMBOL: xim
     XNResourceClass over 0 XCreateIC
     [ "XCreateIC() failed" throw ] unless* ;
 
+<<
 CONSTANT: buf-size 100
+>>
+
 CONSTANT: buf $[ buf-size <byte-array> ]
 
 : lookup-string ( event xic -- string keysym )