]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/core-foundation/run-loop/run-loop.factor
Fix conflict
[factor.git] / basis / core-foundation / run-loop / run-loop.factor
index 3f4f2684676d2351c4dd8648542bc92924e0c060..a63a3ea6747af3ca3be40ab72fb4b2c5fa61c3c8 100644 (file)
@@ -7,10 +7,10 @@ core-foundation.file-descriptors core-foundation.timers
 core-foundation.time ;
 IN: core-foundation.run-loop
 
-: kCFRunLoopRunFinished 1 ; inline
-: kCFRunLoopRunStopped 2 ; inline
-: kCFRunLoopRunTimedOut 3 ; inline
-: kCFRunLoopRunHandledSource 4 ; inline
+CONSTANT: kCFRunLoopRunFinished 1
+CONSTANT: kCFRunLoopRunStopped 2
+CONSTANT: kCFRunLoopRunTimedOut 3
+CONSTANT: kCFRunLoopRunHandledSource 4
 
 TYPEDEF: void* CFRunLoopRef
 TYPEDEF: void* CFRunLoopSourceRef