From b742fa2bcbb2aefe07200b0fad3c732bc828e350 Mon Sep 17 00:00:00 2001 From: Martin Nordholts Date: Sun, 18 May 2008 13:23:16 +0000 Subject: [PATCH] Commited patch from gymp that removes bogus FIXME (bug #533647). 2008-05-18 Martin Nordholts * plug-ins/script-fu/tinyscheme/scheme.c: Commited patch from gymp that removes bogus FIXME (bug #533647). svn path=/trunk/; revision=25697 --- ChangeLog | 5 +++++ plug-ins/script-fu/tinyscheme/scheme.c | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 89c0292ca1..b6d19134cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-05-18 Martin Nordholts + + * plug-ins/script-fu/tinyscheme/scheme.c: Commited patch from gymp + that removes bogus FIXME (bug #533647). + 2008-05-18 Martin Nordholts Applied patch from Alexia Death that makes velocity dynamics diff --git a/plug-ins/script-fu/tinyscheme/scheme.c b/plug-ins/script-fu/tinyscheme/scheme.c index a63f6cb5b7..c2eae3c0b1 100644 --- a/plug-ins/script-fu/tinyscheme/scheme.c +++ b/plug-ins/script-fu/tinyscheme/scheme.c @@ -2152,9 +2152,6 @@ static int eqv(pointer a, pointer b) { #if !defined(USE_ALIST_ENV) || !defined(USE_OBJECT_LIST) -#ifdef __GNUC__ -#warning FIXME: Update hash_fn() to handle UTF-8 coded keys -#endif static int hash_fn(const char *key, int table_size) { unsigned int hashed = 0;