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 --- c/src/exec/score/cpu/i386/asm.h | 2 ++ c/src/exec/score/cpu/i960/asm.h | 2 ++ c/src/exec/score/cpu/mips/asm.h | 2 ++ c/src/exec/score/cpu/mips64orion/asm.h | 2 ++ c/src/exec/score/cpu/no_cpu/asm.h | 2 ++ cpukit/score/cpu/i386/asm.h | 2 ++ cpukit/score/cpu/i386/rtems/asm.h | 2 ++ cpukit/score/cpu/i960/asm.h | 2 ++ cpukit/score/cpu/mips/asm.h | 2 ++ cpukit/score/cpu/mips/rtems/asm.h | 2 ++ cpukit/score/cpu/mips64orion/asm.h | 2 ++ cpukit/score/cpu/no_cpu/asm.h | 2 ++ cpukit/score/cpu/no_cpu/rtems/asm.h | 2 ++ 13 files changed, 26 insertions(+) diff --git a/c/src/exec/score/cpu/i386/asm.h b/c/src/exec/score/cpu/i386/asm.h index adf4e2c63d..cfb17b9029 100644 --- a/c/src/exec/score/cpu/i386/asm.h +++ b/c/src/exec/score/cpu/i386/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/c/src/exec/score/cpu/i960/asm.h b/c/src/exec/score/cpu/i960/asm.h index 8a84527ee8..6b9c67c200 100644 --- a/c/src/exec/score/cpu/i960/asm.h +++ b/c/src/exec/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 diff --git a/c/src/exec/score/cpu/mips/asm.h b/c/src/exec/score/cpu/mips/asm.h index 2382754654..4d00643294 100644 --- a/c/src/exec/score/cpu/mips/asm.h +++ b/c/src/exec/score/cpu/mips/asm.h @@ -31,7 +31,9 @@ * Indicate we are in an assembly file and get the basic CPU definitions. */ +#ifndef ASM #define ASM +#endif #include #include diff --git a/c/src/exec/score/cpu/mips64orion/asm.h b/c/src/exec/score/cpu/mips64orion/asm.h index 2382754654..4d00643294 100644 --- a/c/src/exec/score/cpu/mips64orion/asm.h +++ b/c/src/exec/score/cpu/mips64orion/asm.h @@ -31,7 +31,9 @@ * Indicate we are in an assembly file and get the basic CPU definitions. */ +#ifndef ASM #define ASM +#endif #include #include diff --git a/c/src/exec/score/cpu/no_cpu/asm.h b/c/src/exec/score/cpu/no_cpu/asm.h index 6b386d4106..8678b3a632 100644 --- a/c/src/exec/score/cpu/no_cpu/asm.h +++ b/c/src/exec/score/cpu/no_cpu/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/i386/asm.h b/cpukit/score/cpu/i386/asm.h index adf4e2c63d..cfb17b9029 100644 --- a/cpukit/score/cpu/i386/asm.h +++ b/cpukit/score/cpu/i386/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/i386/rtems/asm.h b/cpukit/score/cpu/i386/rtems/asm.h index adf4e2c63d..cfb17b9029 100644 --- a/cpukit/score/cpu/i386/rtems/asm.h +++ b/cpukit/score/cpu/i386/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 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 diff --git a/cpukit/score/cpu/mips/asm.h b/cpukit/score/cpu/mips/asm.h index 2382754654..4d00643294 100644 --- a/cpukit/score/cpu/mips/asm.h +++ b/cpukit/score/cpu/mips/asm.h @@ -31,7 +31,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/mips/rtems/asm.h b/cpukit/score/cpu/mips/rtems/asm.h index 2382754654..4d00643294 100644 --- a/cpukit/score/cpu/mips/rtems/asm.h +++ b/cpukit/score/cpu/mips/rtems/asm.h @@ -31,7 +31,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/mips64orion/asm.h b/cpukit/score/cpu/mips64orion/asm.h index 2382754654..4d00643294 100644 --- a/cpukit/score/cpu/mips64orion/asm.h +++ b/cpukit/score/cpu/mips64orion/asm.h @@ -31,7 +31,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/no_cpu/asm.h b/cpukit/score/cpu/no_cpu/asm.h index 6b386d4106..8678b3a632 100644 --- a/cpukit/score/cpu/no_cpu/asm.h +++ b/cpukit/score/cpu/no_cpu/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/no_cpu/rtems/asm.h b/cpukit/score/cpu/no_cpu/rtems/asm.h index 6b386d4106..8678b3a632 100644 --- a/cpukit/score/cpu/no_cpu/rtems/asm.h +++ b/cpukit/score/cpu/no_cpu/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