+Fri Oct 31 00:13:53 2003 Matthias Clasen <maclas@gmx.de>
+
+ * configure.in: Remove the semicolon from the definition of
+ g_once(), so that GPOINTER_TO_INT (g_once (...)) works.
+
Tue Oct 28 23:38:30 2003 Matthias Clasen <maclas@gmx.de>
* tests/printf-test.c: Change the %e tests to not check for
+Fri Oct 31 00:13:53 2003 Matthias Clasen <maclas@gmx.de>
+
+ * configure.in: Remove the semicolon from the definition of
+ g_once(), so that GPOINTER_TO_INT (g_once (...)) works.
+
Tue Oct 28 23:38:30 2003 Matthias Clasen <maclas@gmx.de>
* tests/printf-test.c: Change the %e tests to not check for
+Fri Oct 31 00:13:53 2003 Matthias Clasen <maclas@gmx.de>
+
+ * configure.in: Remove the semicolon from the definition of
+ g_once(), so that GPOINTER_TO_INT (g_once (...)) works.
+
Tue Oct 28 23:38:30 2003 Matthias Clasen <maclas@gmx.de>
* tests/printf-test.c: Change the %e tests to not check for
+Fri Oct 31 00:13:53 2003 Matthias Clasen <maclas@gmx.de>
+
+ * configure.in: Remove the semicolon from the definition of
+ g_once(), so that GPOINTER_TO_INT (g_once (...)) works.
+
Tue Oct 28 23:38:30 2003 Matthias Clasen <maclas@gmx.de>
* tests/printf-test.c: Change the %e tests to not check for
+Fri Oct 31 00:13:53 2003 Matthias Clasen <maclas@gmx.de>
+
+ * configure.in: Remove the semicolon from the definition of
+ g_once(), so that GPOINTER_TO_INT (g_once (...)) works.
+
Tue Oct 28 23:38:30 2003 Matthias Clasen <maclas@gmx.de>
* tests/printf-test.c: Change the %e tests to not check for
+Fri Oct 31 00:13:53 2003 Matthias Clasen <maclas@gmx.de>
+
+ * configure.in: Remove the semicolon from the definition of
+ g_once(), so that GPOINTER_TO_INT (g_once (...)) works.
+
Tue Oct 28 23:38:30 2003 Matthias Clasen <maclas@gmx.de>
* tests/printf-test.c: Change the %e tests to not check for
/* double checked locking can be used on this platform */
#define g_once(once, func, arg) \\
((once)->status == G_ONCE_STATUS_READY ? (once)->retval : \\
- g_once_impl (once, func, arg));
+ g_once_impl (once, func, arg))
#define g_static_mutex_get_mutex_impl_shortcut(mutex) \\
(*(mutex) ? *(mutex) : g_static_mutex_get_mutex_impl (mutex))
_______EOF