Ignore:
Timestamp:
Jun 27, 2005, 5:05:29 AM (20 years ago)
Author:
bird
Message:

testcase adjustments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libctests/glibc/stdlib/tst-strtod.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r2088 r2089  
    222222locale_test (void)
    223223{
     224#ifdef HAVE___STRTOD_INTERNAL
    224225  static const struct
    225226  {
     
    272273  if (result == 0)
    273274    puts ("all OK");
    274 
    275275  return result;
    276 }
     276#else /* NO __strtod_internal */
     277  return 0;
     278#endif
     279}
Note: See TracChangeset for help on using the changeset viewer.