Check DWARF_VERSION macro.

From-SVN: r12524
This commit is contained in:
Jim Wilson 1996-07-18 17:28:44 -07:00
parent a3f97cbba6
commit ce4abcd88f
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@ Boston, MA 02111-1307, USA. */
#include "config.h"
#ifdef DWARF_DEBUGGING_INFO
#if defined (DWARF_DEBUGGING_INFO) && (! defined (DWARF_VERSION) \
|| DWARF_VERSION != 2)
#include <stdio.h>
#include "dwarf.h"
#include "tree.h"