1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-12-24 12:13:42 +01:00

Minor reformatting.

(Logical change 1.151)
This commit is contained in:
hp.com!davidm 2004-01-03 10:50:24 +00:00
parent 1656663941
commit 972a85f7fd

View file

@ -37,18 +37,17 @@ HIDDEN void
mi_init (void)
{
extern void unw_cursor_t_is_too_small (void);
#if UNW_DEBUG
const char *str = getenv ("UNW_DEBUG_LEVEL");
const char *str = getenv ("UNW_DEBUG_LEVEL");
if (str)
tdep_debug_level = atoi (str);
if (str)
tdep_debug_level = atoi (str);
if (tdep_debug_level > 0)
{
setbuf (stdout, NULL);
setbuf (stderr, NULL);
}
if (tdep_debug_level > 0)
{
setbuf (stdout, NULL);
setbuf (stderr, NULL);
}
#endif
if (sizeof (struct cursor) > sizeof (unw_cursor_t))