1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-01 09:02:36 +02:00

(Debug): Add back lost Debug() macro for the !UNW_DEBUG case.

(Logical change 1.163)
This commit is contained in:
hp.com!davidm 2004-02-14 04:44:05 +00:00
parent 410f962b8d
commit 5f45c42420

View file

@ -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