]> gitweb.factorcode.org Git - factor.git/commitdiff
Add unportable tag to core-foundation.timers
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Fri, 12 Dec 2008 08:41:10 +0000 (02:41 -0600)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Fri, 12 Dec 2008 08:41:10 +0000 (02:41 -0600)
basis/core-foundation/timers/tags.txt [new file with mode: 0644]
basis/core-foundation/timers/timers.factor

diff --git a/basis/core-foundation/timers/tags.txt b/basis/core-foundation/timers/tags.txt
new file mode 100644 (file)
index 0000000..2320bdd
--- /dev/null
@@ -0,0 +1,2 @@
+unportable
+bindings
index 1d17d99a4d54dd8ef5dab1e16f465b45401ae921..049e80b20f29c505581afe74fa1cb3ec39dcc959 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2008 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: alien.syntax system math kernel ;
+USING: alien.syntax system math kernel core-foundation ;
 IN: core-foundation.timers
 
 TYPEDEF: void* CFRunLoopTimerRef