Changeset b0792d23 in rtems
- Timestamp:
- 09/30/11 01:47:26 (12 years ago)
- Branches:
- 4.11, 5, master
- Children:
- b47a7cc
- Parents:
- 4e8589d
- Location:
- testsuites/psxtests
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/psxtests/ChangeLog
r4e8589d rb0792d23 1 2011-09-30 Ralf Corsépius <ralf.corsepius@rtems.org> 2 3 * psx16/init.c, psxclassic01/init.c, psxeintr_join/init.c: 4 Add HAVE_CONFIG_H. 5 1 6 2011-09-05 Sebastian Huber <sebastian.huber@embedded-brains.de> 2 7 -
testsuites/psxtests/psx16/init.c
r4e8589d rb0792d23 9 9 * $Id$ 10 10 */ 11 12 #ifdef HAVE_CONFIG_H 13 #include "config.h" 14 #endif 11 15 12 16 #include <tmacros.h> -
testsuites/psxtests/psxclassic01/init.c
r4e8589d rb0792d23 12 12 */ 13 13 14 #ifdef HAVE_CONFIG_H 15 #include "config.h" 16 #endif 14 17 15 18 #include "tmacros.h" -
testsuites/psxtests/psxeintr_join/init.c
r4e8589d rb0792d23 9 9 * $Id$ 10 10 */ 11 12 #ifdef HAVE_CONFIG_H 13 #include "config.h" 14 #endif 11 15 12 16 #include <stdio.h>
Note: See TracChangeset
for help on using the changeset viewer.