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;