From 416b462351fd4be41dade5fd00f88fc3de1a6a5f Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 10 Jun 1999 21:35:13 +0000 Subject: [PATCH] * as.c: If HAVE_ITBL_CPU, include "itbl-ops.h". --- gas/as.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gas/as.c b/gas/as.c index 8bb0b8cf1..f27a3fe62 100644 --- a/gas/as.c +++ b/gas/as.c @@ -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 -- 2.11.4.GIT