added "ifndef" to avoid redefinition warning

This commit is contained in:
Joel Sherrill
1997-04-07 21:20:35 +00:00
parent 82ab443e24
commit 2ff1d5498e
13 changed files with 26 additions and 0 deletions

View File

@@ -30,7 +30,9 @@
* Indicate we are in an assembly file and get the basic CPU definitions.
*/
#ifndef ASM
#define ASM
#endif
#include <rtems/score/targopts.h>
#include <rtems/score/i386.h>

View File

@@ -30,7 +30,9 @@
* Indicate we are in an assembly file and get the basic CPU definitions.
*/
#ifndef ASM
#define ASM
#endif
#include <rtems/score/targopts.h>
#include <rtems/score/i960.h>

View File

@@ -31,7 +31,9 @@
* Indicate we are in an assembly file and get the basic CPU definitions.
*/
#ifndef ASM
#define ASM
#endif
#include <rtems/score/targopts.h>
#include <rtems/score/no_cpu.h>

View File

@@ -31,7 +31,9 @@
* Indicate we are in an assembly file and get the basic CPU definitions.
*/
#ifndef ASM
#define ASM
#endif
#include <rtems/score/targopts.h>
#include <rtems/score/no_cpu.h>

View File

@@ -30,7 +30,9 @@
* Indicate we are in an assembly file and get the basic CPU definitions.
*/
#ifndef ASM
#define ASM
#endif
#include <rtems/score/targopts.h>
#include <rtems/score/no_cpu.h>