floatingpoint.h 463 B

1234567891011121314
  1. //===----------------------------------------------------------------------===//
  2. //
  3. // The LLVM Compiler Infrastructure
  4. //
  5. // This file is dual licensed under the MIT and the University of Illinois Open
  6. // Source Licenses. See LICENSE.TXT for details.
  7. //
  8. //===----------------------------------------------------------------------===//
  9. #define atof sun_atof
  10. #define strtod sun_strtod
  11. #include_next "floatingpoint.h"
  12. #undef atof
  13. #undef strtod