if !G_THREADS_ENABLED, eat the trailing semicolon with a bogus function
authorTim Janik <timj@gtk.org>
Thu, 17 Dec 1998 04:06:27 +0000 (04:06 +0000)
committerTim Janik <timj@src.gnome.org>
Thu, 17 Dec 1998 04:06:27 +0000 (04:06 +0000)
commita62ebb0e757c972ef4bc5892d7e3e673c6426015
tree62f723065080b8a292dad32503414fe046ba026e
parent2f1f82f60f0a4239c764dea748750039efcf1f9f
if !G_THREADS_ENABLED, eat the trailing semicolon with a bogus function

Thu Dec 17 04:10:49 1998  Tim Janik  <timj@gtk.org>

        * glib.h (G_LOCK_DECLARE_*): if !G_THREADS_ENABLED, eat the
        trailing semicolon with a bogus function declaration, instead
        of with a bogus variable declarations, so we avoid unused
        variable warnings.
12 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
glib.h
glib/glib.h
glib/gmain.c
gmain.c