Add unportable tag to core-foundation.timers

db4
Slava Pestov 2008-12-12 02:41:10 -06:00
parent 0ba2c964af
commit 210c661d4d
2 changed files with 3 additions and 1 deletions

View File

@ -0,0 +1,2 @@
unportable
bindings

View File

@ -1,6 +1,6 @@
! Copyright (C) 2008 Slava Pestov. ! Copyright (C) 2008 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license. ! 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 IN: core-foundation.timers
TYPEDEF: void* CFRunLoopTimerRef TYPEDEF: void* CFRunLoopTimerRef