From 17c4511e3cdf549ad3e2c5ccc75a86ca463e0820 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 7 Apr 1997 21:16:31 +0000 Subject: added "ifndef" for ASM to avoid redefinition warnings. --- cpukit/score/cpu/a29k/asm.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/score/cpu/a29k/asm.h') diff --git a/cpukit/score/cpu/a29k/asm.h b/cpukit/score/cpu/a29k/asm.h index a680c9f1a5..c81d85352b 100644 --- a/cpukit/score/cpu/a29k/asm.h +++ b/cpukit/score/cpu/a29k/asm.h @@ -32,7 +32,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