From 2ff1d5498e9616a2c9764d40ebad80c7207c4d13 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 7 Apr 1997 21:20:35 +0000 Subject: added "ifndef" to avoid redefinition warning --- cpukit/score/cpu/i960/asm.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/score/cpu/i960/asm.h') diff --git a/cpukit/score/cpu/i960/asm.h b/cpukit/score/cpu/i960/asm.h index 8a84527ee8..6b9c67c200 100644 --- a/cpukit/score/cpu/i960/asm.h +++ b/cpukit/score/cpu/i960/asm.h @@ -30,7 +30,9 @@ * Indicate we are in an assembly file and get the basic CPU definitions. */ +#ifndef ASM #define ASM +#endif #include #include -- cgit v1.2.3