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

Unified Diff: include/v8.h

Issue 109017: Use our own macros for 64-bit constants. (Closed)
Patch Set: Remove setting of __STDC_CONSTANT_MACROS. Created 11 years, 8 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 | src/globals.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/v8.h
diff --git a/include/v8.h b/include/v8.h
index f992f0b979e51ab4e6dde93820c5ab2f8ff84354..6d1826126bd357ebc7555da00421cbc012babfc6 100644
--- a/include/v8.h
+++ b/include/v8.h
@@ -77,9 +77,7 @@ typedef unsigned __int64 uint64_t;
#endif // BUILDING_V8_SHARED
#else // _WIN32
-#ifndef __STDC_CONSTANT_MACROS
-#define __STDC_CONSTANT_MACROS
-#endif
+
#include <stdint.h>
// Setup for Linux shared library export. There is no need to destinguish
« no previous file with comments | « no previous file | src/globals.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698