+Sat Jun 23 17:34:38 2001 Tim Janik <timj@gtk.org>
+
+ * gmessages.c (g_logv): use G_BREAKPOINT() instead of raise(5).
+
Wed Jun 20 12:00:54 2001 Owen Taylor <otaylor@redhat.com>
Changes for 64-bit cleanliness, loosely based on patch
+Sat Jun 23 17:34:38 2001 Tim Janik <timj@gtk.org>
+
+ * gmessages.c (g_logv): use G_BREAKPOINT() instead of raise(5).
+
Wed Jun 20 12:00:54 2001 Owen Taylor <otaylor@redhat.com>
Changes for 64-bit cleanliness, loosely based on patch
+Sat Jun 23 17:34:38 2001 Tim Janik <timj@gtk.org>
+
+ * gmessages.c (g_logv): use G_BREAKPOINT() instead of raise(5).
+
Wed Jun 20 12:00:54 2001 Owen Taylor <otaylor@redhat.com>
Changes for 64-bit cleanliness, loosely based on patch
+Sat Jun 23 17:34:38 2001 Tim Janik <timj@gtk.org>
+
+ * gmessages.c (g_logv): use G_BREAKPOINT() instead of raise(5).
+
Wed Jun 20 12:00:54 2001 Owen Taylor <otaylor@redhat.com>
Changes for 64-bit cleanliness, loosely based on patch
+Sat Jun 23 17:34:38 2001 Tim Janik <timj@gtk.org>
+
+ * gmessages.c (g_logv): use G_BREAKPOINT() instead of raise(5).
+
Wed Jun 20 12:00:54 2001 Owen Taylor <otaylor@redhat.com>
Changes for 64-bit cleanliness, loosely based on patch
+Sat Jun 23 17:34:38 2001 Tim Janik <timj@gtk.org>
+
+ * gmessages.c (g_logv): use G_BREAKPOINT() instead of raise(5).
+
Wed Jun 20 12:00:54 2001 Owen Taylor <otaylor@redhat.com>
Changes for 64-bit cleanliness, loosely based on patch
+Sat Jun 23 17:34:38 2001 Tim Janik <timj@gtk.org>
+
+ * gmessages.c (g_logv): use G_BREAKPOINT() instead of raise(5).
+
Wed Jun 20 12:00:54 2001 Owen Taylor <otaylor@redhat.com>
Changes for 64-bit cleanliness, loosely based on patch
+Sat Jun 23 17:34:38 2001 Tim Janik <timj@gtk.org>
+
+ * gmessages.c (g_logv): use G_BREAKPOINT() instead of raise(5).
+
Wed Jun 20 12:00:54 2001 Owen Taylor <otaylor@redhat.com>
Changes for 64-bit cleanliness, loosely based on patch
{
#if defined (G_ENABLE_DEBUG) && defined (SIGTRAP)
if (!(test_level & G_LOG_FLAG_RECURSION))
- raise (SIGTRAP);
+ G_BREAKPOINT ();
else
abort ();
#else /* !G_ENABLE_DEBUG || !SIGTRAP */
{
#if defined (G_ENABLE_DEBUG) && defined (SIGTRAP)
if (!(test_level & G_LOG_FLAG_RECURSION))
- raise (SIGTRAP);
+ G_BREAKPOINT ();
else
abort ();
#else /* !G_ENABLE_DEBUG || !SIGTRAP */