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:
committed by
Tom Tromey
parent
df87f988e9
commit
e4261ef72c
@@ -115,8 +115,6 @@ _Jv_read(int s, void *buf, int len)
|
||||
|
||||
#endif /* DISABLE_JAVA_NET */
|
||||
|
||||
#define HAVE_BACKTRACE
|
||||
|
||||
/* Store up to SIZE return address of the current program state in
|
||||
ARRAY and return the exact number of values stored. */
|
||||
extern int backtrace (void **__array, int __size);
|
||||
|
||||
Reference in New Issue
Block a user