Changeset 2c6a3e7e in rtems for cpukit/libmisc/stringto/stringto_template.h
- Timestamp:
- Dec 1, 2009, 10:16:10 PM (11 years ago)
- Branches:
- 4.10, 4.11, 5, master
- Children:
- 10098f9
- Parents:
- 57544fb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libmisc/stringto/stringto_template.h
r57544fb r2c6a3e7e 105 105 return RTEMS_NOT_DEFINED; 106 106 107 /* 108 * In theory, we should check this but newlib never returns anything 109 * but range errors. So this is unreachable code based upon the newlib 110 * implementation of strXXX methods as of 1 December 2009. --joel 111 */ 112 #if 0 107 113 /* there was a conversion error */ 108 114 if ( (result == ZERO) && errno ) 109 115 return RTEMS_INVALID_NUMBER; 116 #endif 110 117 111 118 #ifdef STRING_TO_MAX
Note: See TracChangeset
for help on using the changeset viewer.