From 9d5c22e31b651f8521a09db51ab1a2f6ebf9852e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 15 Dec 1998 19:56:41 +0000 Subject: Switched to use of ASM compilation conditional. --- c/src/exec/score/cpu/mips/idtmon.h | 4 ++-- c/src/exec/score/cpu/mips64orion/idtmon.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'c/src/exec') diff --git a/c/src/exec/score/cpu/mips/idtmon.h b/c/src/exec/score/cpu/mips/idtmon.h index b42211ed5c..2dacfe052e 100644 --- a/c/src/exec/score/cpu/mips/idtmon.h +++ b/c/src/exec/score/cpu/mips/idtmon.h @@ -84,7 +84,7 @@ LICENSED MATERIAL - PROGRAM PROPERTY OF IDT #endif -#if defined (CLANGUAGE) || defined(_LANGUAGE_C) +#ifndef ASM typedef struct { unsigned int mem_size; unsigned int icache_size; @@ -95,7 +95,7 @@ typedef struct { } mem_config; -#endif CLANGUAGE || defined(_LANGUAGE_C) +#endif /* ** general equates for diagnostics and boolean functions diff --git a/c/src/exec/score/cpu/mips64orion/idtmon.h b/c/src/exec/score/cpu/mips64orion/idtmon.h index b42211ed5c..2dacfe052e 100644 --- a/c/src/exec/score/cpu/mips64orion/idtmon.h +++ b/c/src/exec/score/cpu/mips64orion/idtmon.h @@ -84,7 +84,7 @@ LICENSED MATERIAL - PROGRAM PROPERTY OF IDT #endif -#if defined (CLANGUAGE) || defined(_LANGUAGE_C) +#ifndef ASM typedef struct { unsigned int mem_size; unsigned int icache_size; @@ -95,7 +95,7 @@ typedef struct { } mem_config; -#endif CLANGUAGE || defined(_LANGUAGE_C) +#endif /* ** general equates for diagnostics and boolean functions -- cgit v1.2.3