Changeset c4808ca in rtems for testsuites


Ignore:
Timestamp:
10/31/95 21:28:16 (28 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
eedbfd9
Parents:
9700578
Message:

typos fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • testsuites/sptests/spsize/size.c

    r9700578 rc4808ca  
    355355uninitialized = 0;
    356356
     357#ifndef unix  /* make sure this is not a native compile */
     358
    357359#ifdef i386
    358360
     
    425427
    426428#endif
     429#endif /* !unix */
    427430
    428431initialized +=
     
    438441                (sizeof _TOD_Days_since_last_leap_year);
    439442
     443#ifndef unix /* make sure this is not native */
    440444#ifdef sparc
    441445
     
    443447
    444448#endif
     449#endif /* !unix */
    445450
    446451puts( "" );
Note: See TracChangeset for help on using the changeset viewer.