Fix non-Intel/-Alpha version of the G_BREAKPOINT macro to include
authorDaniel Egger <degger@fhm.edu>
Mon, 29 Oct 2001 18:49:28 +0000 (18:49 +0000)
committerDaniel Egger <egger@src.gnome.org>
Mon, 29 Oct 2001 18:49:28 +0000 (18:49 +0000)
commit062ecaf1ed6be60135ea19214bfa3e99a3b2aa93
tree432179cf820fd074921ae5467b73807efb6d0022
parent227ae2a96c37d37912a63d1432e008e3ac1734ef
Fix non-Intel/-Alpha version of the G_BREAKPOINT macro to include

2001-10-29  Daniel Egger  <degger@fhm.edu>

* glib/gbacktrace.h: Fix non-Intel/-Alpha version of the
G_BREAKPOINT macro to include <signal.h> and use SIGTRAP.

* glib/gmessages.c: Conditionalise definition of args2
depending on the definition of HAVE_VSNPRINTF to avoid
compiler warning.

* gobject/testgruntime.c
* tests/patterntest.c: Include <string.h> to avoid warnings.
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
glib/gbacktrace.h
glib/gmessages.c
gobject/testgobject.c
gobject/testgruntime.c
tests/patterntest.c