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

Unified Diff: src/platform.h

Issue 10880004: Fix Windows build after r12364. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform.h
diff --git a/src/platform.h b/src/platform.h
index 7a32229b5bc6b506e0149c82927bad438232c6f5..a32fbbc028a75c2061b18c1cc5298130e5519ccd 100644
--- a/src/platform.h
+++ b/src/platform.h
@@ -84,8 +84,8 @@ inline int lrint(double flt) {
// If the number is halfway between two integers, round to the even one.
intgr--;
}
- return intgr;
#endif
+ return intgr;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698