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.
This commit is contained in:
Daniel Egger
2001-10-29 18:49:28 +00:00
committed by Daniel Egger
parent 227ae2a96c
commit 062ecaf1ed
13 changed files with 111 additions and 5 deletions

View File

@@ -16,8 +16,10 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
#include "glib.h"
#include <string.h>
#include "glib.h"
/* keep enum and structure of gpattern.c and patterntest.c in sync */
typedef enum