Only enable compilation of debugging functions when IBM6000 is defined

as well as DEBUG.  Fails to compile otherwise.
This commit is contained in:
Fred Fish
1992-03-14 19:47:11 +00:00
parent 88be9b5319
commit 0750528ab6
2 changed files with 6 additions and 1 deletions

View File

@@ -2273,7 +2273,7 @@ char **pp;
#define DEBUG 1
#ifdef DEBUG
#if defined (DEBUG) && defined (IBM6000) /* Needs both defined */
void
dump_strtbl ()
{