From c4808ca59f68d6142c8e12ce11417158f5fe8149 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 31 Oct 1995 21:28:16 +0000 Subject: typos fixed --- c/src/tests/sptests/spsize/size.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'c/src/tests') 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( "" ); -- cgit v1.2.3