added "ifndef" for ASM to avoid redefinition warnings.

This commit is contained in:
Joel Sherrill
1997-04-07 21:16:31 +00:00
parent 872cc62e7f
commit 17c4511e3c
2 changed files with 4 additions and 0 deletions

View File

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

View File

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