From 5f45c42420e33211874886d1a8e707b76ecb223c Mon Sep 17 00:00:00 2001
From: "hp.com!davidm" <hp.com!davidm>
Date: Sat, 14 Feb 2004 04:44:05 +0000
Subject: [PATCH] (Debug): Add back lost Debug() macro for the !UNW_DEBUG case.

(Logical change 1.163)
---
 include/internal.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/internal.h b/include/internal.h
index 85cb9927..0d82d312 100644
--- a/include/internal.h
+++ b/include/internal.h
@@ -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