diff --git a/ChangeLog b/ChangeLog index 310978619d..800e9aaa54 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-08-11 Sven Neumann + + * plug-ins/script-fu/tinyscheme/scheme-private.h: removed now + unneeded _skey member from union. Part of the revert of bug #374854. + 2007-08-11 Sven Neumann * app/widgets/gimphistogramview.c (gimp_histogram_view_draw_spike): diff --git a/plug-ins/script-fu/tinyscheme/scheme-private.h b/plug-ins/script-fu/tinyscheme/scheme-private.h index d448fa4661..134718aea0 100644 --- a/plug-ins/script-fu/tinyscheme/scheme-private.h +++ b/plug-ins/script-fu/tinyscheme/scheme-private.h @@ -36,7 +36,6 @@ struct cell { union { struct { char *_svalue; - char *_skey; int _length; } _string; num _number;