GNOME Bugzilla – Bug 320852
Fix build with gcc 2.95
Last modified: 2005-11-08 12:28:31 UTC
Version details: 2.12.1 The following patch fixes a compilation issue with gcc 2.95 due to C99-style variable declaration.
Created attachment 54404 [details] [review] C89 build fix
Thanks Jens, committed to HEAD 2005-11-08 Mark McLoughlin <mark@skynet.ie> Patch from Jens Granseuer <jensgr@gmx.net> in bug #320852 * gconf/gconf-listeners.c: (ltable_insert): remove C99 usage.