From 210c661d4da7a37621800c7d09ba0b78f8a19cbf Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Fri, 12 Dec 2008 02:41:10 -0600 Subject: [PATCH] Add unportable tag to core-foundation.timers --- basis/core-foundation/timers/tags.txt | 2 ++ basis/core-foundation/timers/timers.factor | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 basis/core-foundation/timers/tags.txt diff --git a/basis/core-foundation/timers/tags.txt b/basis/core-foundation/timers/tags.txt new file mode 100644 index 0000000000..2320bdd648 --- /dev/null +++ b/basis/core-foundation/timers/tags.txt @@ -0,0 +1,2 @@ +unportable +bindings diff --git a/basis/core-foundation/timers/timers.factor b/basis/core-foundation/timers/timers.factor index 1d17d99a4d..049e80b20f 100644 --- a/basis/core-foundation/timers/timers.factor +++ b/basis/core-foundation/timers/timers.factor @@ -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