Author: [email protected]
Date: Tue May  5 02:53:13 2009
New Revision: 1859

Modified:
    trunk/include/v8.h
    trunk/src/globals.h
    trunk/src/version.cc

Log:
merge bleeding_edge revision 1858 to trunk

Modified: trunk/include/v8.h
==============================================================================
--- trunk/include/v8.h  (original)
+++ trunk/include/v8.h  Tue May  5 02:53:13 2009
@@ -77,7 +77,9 @@
  #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

Modified: trunk/src/globals.h
==============================================================================
--- trunk/src/globals.h (original)
+++ trunk/src/globals.h Tue May  5 02:53:13 2009
@@ -54,9 +54,6 @@
  #ifdef _MSC_VER
  #define UINT64_C(x)  (x ## UI64)
  #define INT64_C(x)   (x ## I64)
-#else
-#define UINT64_C(x)  (x ## ULL)
-#define INT64_C(x)   (x ## LL)
  #endif

  // Code-point values in Unicode 4.0 are 21 bits wide.

Modified: trunk/src/version.cc
==============================================================================
--- trunk/src/version.cc        (original)
+++ trunk/src/version.cc        Tue May  5 02:53:13 2009
@@ -35,7 +35,7 @@
  #define MAJOR_VERSION     1
  #define MINOR_VERSION     2
  #define BUILD_NUMBER      2
-#define PATCH_LEVEL       0
+#define PATCH_LEVEL       1
  #define CANDIDATE_VERSION false

  // Define SONAME to have the SCons build the put a specific SONAME into the

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to