mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-05 23:48:44 +02:00
Fix G_STMT_START / G_STMT_END on Solaris. (#321972, Andrew Paprocki)
2005-11-28 Matthias Clasen <mclasen@redhat.com> Fix G_STMT_START / G_STMT_END on Solaris. (#321972, Andrew Paprocki) * configure.in: Check whether do { } while (0) works. * glib/gmacros.h: Use do { } while (0) for G_STMT_START / G_STMT_END if it works.
This commit is contained in:
committed by
Matthias Clasen
parent
d98433b85e
commit
6796398522
@@ -1,3 +1,13 @@
|
||||
2005-11-28 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Fix G_STMT_START / G_STMT_END on Solaris. (#321972,
|
||||
Andrew Paprocki)
|
||||
|
||||
* configure.in: Check whether do { } while (0) works.
|
||||
|
||||
* glib/gmacros.h: Use do { } while (0) for G_STMT_START /
|
||||
G_STMT_END if it works.
|
||||
|
||||
2005-11-28 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gthread.c (g_static_rw_lock_wait, g_static_rw_lock_signal):
|
||||
|
Reference in New Issue
Block a user