Changeset 6ffa9a57 in rtems
- Timestamp:
- 02/04/04 00:39:47 (20 years ago)
- Children:
- 0ddf39a4
- Parents:
- f347da9
- Location:
- c/src/tests/support
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/tests/support/ChangeLog
rf347da9 r6ffa9a57 1 2004-02-03 Joel Sherrill <joel@OARcorp.com> 2 3 * include/buffer_test_io.h: Do not use iprintf() if in ANSI compiler 4 mode. 5 1 6 2003-12-16 Joel Sherrill <joel@OARcorp.com> 2 7 -
c/src/tests/support/include/buffer_test_io.h
rf347da9 r6ffa9a57 23 23 #if !defined(TESTS_BUFFER_OUTPUT) 24 24 25 /* do not use iprintf if strict ansi mode */ 26 #ifndef __STRICT_ANSI__ 25 27 #undef printf 26 28 #define printf(...) \ … … 28 30 iprintf( __VA_ARGS__); \ 29 31 } while (0) 32 #endif 30 33 31 34 #define rtems_test_exit(_s) \
Note: See TracChangeset
for help on using the changeset viewer.