From 0750528ab6401a40f6673eeb29b58dea7a6e92b9 Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Sat, 14 Mar 1992 19:47:11 +0000 Subject: Only enable compilation of debugging functions when IBM6000 is defined as well as DEBUG. Fails to compile otherwise. --- gdb/xcoffread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/xcoffread.c') diff --git a/gdb/xcoffread.c b/gdb/xcoffread.c index 90d5f30..302d4d7 100644 --- a/gdb/xcoffread.c +++ b/gdb/xcoffread.c @@ -2273,7 +2273,7 @@ char **pp; #define DEBUG 1 -#ifdef DEBUG +#if defined (DEBUG) && defined (IBM6000) /* Needs both defined */ void dump_strtbl () { -- cgit v1.1