Changeset 13fcfde in rtems
- Timestamp:
- 05/23/96 22:34:18 (28 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 8442b4c7
- Parents:
- 8a318cd
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/tests/psxtests/psxhdrs/timer03.c
r8a318cd r13fcfde 20 20 #endif 21 21 22 #ifndef DELAYTIMER_MAX23 #error "this is supposed to be defined"24 #endif25 26 22 void test( void ) 27 23 { -
c/src/tests/psxtests/psxhdrs/timer04.c
r8a318cd r13fcfde 20 20 #endif 21 21 22 #ifndef DELAYTIMER_MAX23 #error "this is supposed to be defined"24 #endif25 26 22 void test( void ) 27 23 { -
c/src/tests/psxtests/psxhdrs/timer05.c
r8a318cd r13fcfde 20 20 #endif 21 21 22 #ifndef DELAYTIMER_MAX23 #error "this is supposed to be defined"24 #endif25 26 22 void test( void ) 27 23 { -
testsuites/psxtests/psxhdrs/timer03.c
r8a318cd r13fcfde 20 20 #endif 21 21 22 #ifndef DELAYTIMER_MAX23 #error "this is supposed to be defined"24 #endif25 26 22 void test( void ) 27 23 { -
testsuites/psxtests/psxhdrs/timer04.c
r8a318cd r13fcfde 20 20 #endif 21 21 22 #ifndef DELAYTIMER_MAX23 #error "this is supposed to be defined"24 #endif25 26 22 void test( void ) 27 23 { -
testsuites/psxtests/psxhdrs/timer05.c
r8a318cd r13fcfde 20 20 #endif 21 21 22 #ifndef DELAYTIMER_MAX23 #error "this is supposed to be defined"24 #endif25 26 22 void test( void ) 27 23 {
Note: See TracChangeset
for help on using the changeset viewer.