win32.cc, win32.cc (backtrace): Added this function because Win32 does not supply it.
2002-04-23 Adam Megacz <adam@xwt.org> * win32.cc, include/win32.cc (backtrace): Added this function because Win32 does not supply it. From-SVN: r52701
This commit is contained in:
@@ -29,4 +29,10 @@ _Jv_platform_close_on_exec (jint)
|
||||
// Ignore.
|
||||
}
|
||||
|
||||
#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);
|
||||
|
||||
#endif /* __JV_WIN32_H__ */
|
||||
|
||||
Reference in New Issue
Block a user