Commited patch from gymp that removes bogus FIXME (bug #533647).

2008-05-18  Martin Nordholts  <martinn@svn.gnome.org>

	* plug-ins/script-fu/tinyscheme/scheme.c: Commited patch from gymp
	that removes bogus FIXME (bug #533647).

svn path=/trunk/; revision=25697
This commit is contained in:
Martin Nordholts 2008-05-18 13:23:16 +00:00 committed by Martin Nordholts
parent 267462eb62
commit b742fa2bcb
2 changed files with 5 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2008-05-18 Martin Nordholts <martinn@svn.gnome.org>
* plug-ins/script-fu/tinyscheme/scheme.c: Commited patch from gymp
that removes bogus FIXME (bug #533647).
2008-05-18 Martin Nordholts <martinn@svn.gnome.org>
Applied patch from Alexia Death that makes velocity dynamics

View file

@ -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;