From 65c17348f2df542002fa5fc6d371c64db5ad0b54 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Sat, 7 Jun 2014 13:45:20 -0700 Subject: [PATCH] gtk.ffi: fixed. --- basis/gtk/ffi/ffi.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/gtk/ffi/ffi.factor b/basis/gtk/ffi/ffi.factor index be9d566ca4..e9b3238ba7 100644 --- a/basis/gtk/ffi/ffi.factor +++ b/basis/gtk/ffi/ffi.factor @@ -17,7 +17,7 @@ LIBRARY: gtk "gtk" { { linux "gtk-x11-2.0" } { windows "libgtk-win32-2.0-0" } -} os of [ find-library cdecl add-library ] when* +} os of [ find-library cdecl add-library ] [ drop ] if* >> IMPLEMENT-STRUCTS: GtkTreeIter ;