blob: 999d144b1f2e5a4f39e2e4d2b744b03dd175011f [file] [log] [blame]
Marshall Clow354d39c2014-01-16 16:58:45 +00001//===----------------------------------------------------------------------===//
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
David Chisnall06af2bb2012-02-29 13:17:28 +000010#define atof sun_atof
11#define strtod sun_strtod
12#include_next "floatingpoint.h"
13#undef atof
14#undef strtod