From 12d6f1418a214d5ecc017a594d58df7cb198c6f0 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 7 Apr 1997 21:22:15 +0000 Subject: added "ifndef" to avoid redefinition warning. --- cpukit/score/cpu/m68k/asm.h | 2 ++ cpukit/score/cpu/m68k/rtems/asm.h | 2 ++ 2 files changed, 4 insertions(+) (limited to 'cpukit/score/cpu/m68k') diff --git a/cpukit/score/cpu/m68k/asm.h b/cpukit/score/cpu/m68k/asm.h index fda93d9528..1f2a647947 100644 --- a/cpukit/score/cpu/m68k/asm.h +++ b/cpukit/score/cpu/m68k/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 diff --git a/cpukit/score/cpu/m68k/rtems/asm.h b/cpukit/score/cpu/m68k/rtems/asm.h index fda93d9528..1f2a647947 100644 --- a/cpukit/score/cpu/m68k/rtems/asm.h +++ b/cpukit/score/cpu/m68k/rtems/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