Changeset c4808ca in rtems for testsuites
- Timestamp:
- 10/31/95 21:28:16 (28 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- eedbfd9
- Parents:
- 9700578
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/sptests/spsize/size.c
r9700578 rc4808ca 355 355 uninitialized = 0; 356 356 357 #ifndef unix /* make sure this is not a native compile */ 358 357 359 #ifdef i386 358 360 … … 425 427 426 428 #endif 429 #endif /* !unix */ 427 430 428 431 initialized += … … 438 441 (sizeof _TOD_Days_since_last_leap_year); 439 442 443 #ifndef unix /* make sure this is not native */ 440 444 #ifdef sparc 441 445 … … 443 447 444 448 #endif 449 #endif /* !unix */ 445 450 446 451 puts( "" );
Note: See TracChangeset
for help on using the changeset viewer.