summaryrefslogtreecommitdiffstats
path: root/c/src/tests
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1995-10-31 21:28:16 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1995-10-31 21:28:16 +0000
commitc4808ca59f68d6142c8e12ce11417158f5fe8149 (patch)
tree7e5284850d03dd932f7f7b38cea9259fbb23c324 /c/src/tests
parentSPARC port passes all tests (diff)
downloadrtems-c4808ca59f68d6142c8e12ce11417158f5fe8149.tar.bz2
typos fixed
Diffstat (limited to 'c/src/tests')
-rw-r--r--c/src/tests/sptests/spsize/size.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/c/src/tests/sptests/spsize/size.c b/c/src/tests/sptests/spsize/size.c
index 91ccbfb1a3..4fb949f14f 100644
--- a/c/src/tests/sptests/spsize/size.c
+++ b/c/src/tests/sptests/spsize/size.c
@@ -354,6 +354,8 @@ uninitialized =
uninitialized = 0;
+#ifndef unix /* make sure this is not a native compile */
+
#ifdef i386
/* cpu.h */
@@ -424,6 +426,7 @@ uninitialized += (sizeof _CPU_Interrupt_stack_low) +
(sizeof _CPU_IRQ_info);
#endif
+#endif /* !unix */
initialized +=
/*copyrt.h*/ (strlen(_Copyright_Notice)+1) +
@@ -437,11 +440,13 @@ initialized +=
(sizeof _TOD_Days_to_date) +
(sizeof _TOD_Days_since_last_leap_year);
+#ifndef unix /* make sure this is not native */
#ifdef sparc
initialized += (sizeof _CPU_Trap_slot_template);
#endif
+#endif /* !unix */
puts( "" );