Changeset df54012 in rtems for cpukit/score/src/coretodvalidate.c
- Timestamp:
- 05/06/04 19:20:44 (19 years ago)
- Children:
- ca6c741
- Parents:
- 17bbadd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/src/coretodvalidate.c
r17bbadd rdf54012 41 41 unsigned32 days_in_month; 42 42 43 if ((the_tod->ticks >= _TOD_Ticks_per_second) || 43 if ((!the_tod) || 44 (the_tod->ticks >= _TOD_Ticks_per_second) || 44 45 (the_tod->second >= TOD_SECONDS_PER_MINUTE) || 45 46 (the_tod->minute >= TOD_MINUTES_PER_HOUR) ||
Note: See TracChangeset
for help on using the changeset viewer.