always define G_GNUC_EXTENSION, even when not needed by GLib. That's
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>
Tue, 21 Mar 2000 15:21:41 +0000 (15:21 +0000)
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>
Tue, 21 Mar 2000 15:21:41 +0000 (15:21 +0000)
commit66034865b17cde557bfba6d456eaaf2641c35bb5
tree9e0d70e4e8058b1a88cb49bd578cf7530fbc5b43
parentcdb61955724cd0f97546a86421b52b4da66e8ae5
always define G_GNUC_EXTENSION, even when not needed by GLib. That's

2000-03-21  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

* glib.h, configure.in, gutils.h: always define G_GNUC_EXTENSION,
even when not needed by GLib. That's actually also the way, the
GLib reference manual describes that macro. Therefore I had to
remove the lonesome #include <glibconfig.h> in gutils.c, which
doesn't seem to be needed there however. This change should make
Ben Gertzfield <che@debian.org> happy.

* gutils.c: Furthermore two warnings in gutils.c were voided,
which crept in due to my last change.
13 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
configure.in
glib.h
glib/glib.h
glib/gutils.c
gutils.c