Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2059)

Unified Diff: base/float_util.h

Issue 652166: Solaris: various edits towards compiling Chromium on Solaris. Changed __Solar... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/data_pack.cc ('k') | base/process_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/float_util.h
===================================================================
--- base/float_util.h (revision 43257)
+++ base/float_util.h (working copy)
@@ -10,6 +10,10 @@
#include <float.h>
#include <math.h>
+#if defined(OS_SOLARIS)
+#include <ieeefp.h>
+#endif
+
namespace base {
inline bool IsFinite(const double& number) {
« no previous file with comments | « base/data_pack.cc ('k') | base/process_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698