configure.in: Specifically define HAVE_BACKTRACE if building for MinGW.

2003-01-27  Ranjit Mathew  <rmathew@hotmail.com>

	* configure.in: Specifically define HAVE_BACKTRACE if building
	for MinGW.
	* include/win32.h: Remove HAVE_BACKTRACE definition.
	* gnu/gcj/runtime/natStackTrace.cc: Include platform.h.
	* configure: Rebuilt.

From-SVN: r62000
This commit is contained in:
Ranjit Mathew 2003-01-28 19:10:00 +00:00 committed by Tom Tromey
parent df87f988e9
commit e4261ef72c
5 changed files with 359 additions and 322 deletions

View file

@ -31,6 +31,8 @@ details. */
#include <java/util/IdentityHashMap.h>
#include <java/lang/ArrayIndexOutOfBoundsException.h>
#include "platform.h"
#include <sys/types.h>
#include <stdlib.h>