Changeset 2089 for trunk/src/libctests/glibc/stdlib/tst-strtod.c
- Timestamp:
- Jun 27, 2005, 5:05:29 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libctests/glibc/stdlib/tst-strtod.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r2088 r2089 222 222 locale_test (void) 223 223 { 224 #ifdef HAVE___STRTOD_INTERNAL 224 225 static const struct 225 226 { … … 272 273 if (result == 0) 273 274 puts ("all OK"); 274 275 275 return result; 276 } 276 #else /* NO __strtod_internal */ 277 return 0; 278 #endif 279 } -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.