mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-03-29 01:42:17 +01: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); \
|
||||
} \
|
||||
} while (0)
|
||||
# define dprintf(format...) \
|
||||
fprintf (stderr, format)
|
||||
# define dprintf(format...) fprintf (stderr, format)
|
||||
# ifdef __GNUC__
|
||||
# undef inline
|
||||
# define inline UNUSED
|
||||
# endif
|
||||
#else
|
||||
# define Debug(level,format...)
|
||||
# define dprintf(format...)
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue