* as.c: If HAVE_ITBL_CPU, include "itbl-ops.h".

This commit is contained in:
Ian Lance Taylor 1999-06-10 21:35:13 +00:00
parent f5f9cc4ffb
commit 84be4d7117
1 changed files with 3 additions and 1 deletions

View File

@ -44,7 +44,9 @@
#include "sb.h"
#include "macro.h"
#ifndef HAVE_ITBL_CPU
#ifdef HAVE_ITBL_CPU
#include "itbl-ops.h"
#else
#define itbl_parse(itbl_file) 1
#define itbl_init()
#endif