mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-03-31 19:42:17 +02:00
(Debug): Add back lost Debug() macro for the !UNW_DEBUG case.
(Logical change 1.163)
This commit is contained in:
parent
410f962b8d
commit
5f45c42420
1 changed files with 2 additions and 2 deletions
|
@ -212,13 +212,13 @@ do { \
|
||||||
fprintf (stderr, format); \
|
fprintf (stderr, format); \
|
||||||
} \
|
} \
|
||||||
} while (0)
|
} while (0)
|
||||||
# define dprintf(format...) \
|
# define dprintf(format...) fprintf (stderr, format)
|
||||||
fprintf (stderr, format)
|
|
||||||
# ifdef __GNUC__
|
# ifdef __GNUC__
|
||||||
# undef inline
|
# undef inline
|
||||||
# define inline UNUSED
|
# define inline UNUSED
|
||||||
# endif
|
# endif
|
||||||
#else
|
#else
|
||||||
|
# define Debug(level,format...)
|
||||||
# define dprintf(format...)
|
# define dprintf(format...)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue