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

@ -1,3 +1,8 @@
Sat Mar 14 11:44:47 1992 Fred Fish (fnf@cygnus.com)
* xcoffread.c: Only enable compilation of debugging functions
if IBM6000 is defined. Fails to compile otherwise.
Fri Mar 13 15:51:11 1992 K. Richard Pixley (rich@cygnus.com)
* Makefile.in: pass MAKEINFO down on info.

View File

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