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

Unified Diff: src/platform.h

Issue 157543002: A64: Synchronize with r18581. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/a64
Patch Set: Created 6 years, 10 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 | « src/objects-visiting-inl.h ('k') | src/platform-cygwin.cc » ('j') | 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 acb4f9498669bb7da41c6dc2f831a75511bb63aa..51eefc10f802a7691a1ef4dcebf753eb87be2c5d 100644
--- a/src/platform.h
+++ b/src/platform.h
@@ -44,7 +44,7 @@
#ifndef V8_PLATFORM_H_
#define V8_PLATFORM_H_
-#include <cstdarg>
+#include <stdarg.h>
#include "platform/mutex.h"
#include "platform/semaphore.h"
@@ -89,7 +89,6 @@ inline int lrint(double flt) {
#endif
return intgr;
}
-
#endif // _MSC_VER < 1800
#endif // V8_CC_MSVC
« no previous file with comments | « src/objects-visiting-inl.h ('k') | src/platform-cygwin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698