Revision: 5158
Author: [email protected]
Date: Fri Jul 30 03:18:18 2010
Log: Merge r5118 to 2.2 branch to make it possible to build d8.
Review URL: http://codereview.chromium.org/3082005
http://code.google.com/p/v8/source/detail?r=5158
Modified:
/branches/2.2/src/version.cc
/branches/2.2/tools/js2c.py
=======================================
--- /branches/2.2/src/version.cc Fri Jul 30 02:10:05 2010
+++ /branches/2.2/src/version.cc Fri Jul 30 03:18:18 2010
@@ -35,7 +35,7 @@
#define MAJOR_VERSION 2
#define MINOR_VERSION 2
#define BUILD_NUMBER 24
-#define PATCH_LEVEL 7
+#define PATCH_LEVEL 8
#define CANDIDATE_VERSION false
// Define SONAME to have the SCons build the put a specific SONAME into the
=======================================
--- /branches/2.2/tools/js2c.py Wed Jul 7 05:22:46 2010
+++ /branches/2.2/tools/js2c.py Fri Jul 30 03:18:18 2010
@@ -275,8 +275,8 @@
debugger_ids = []
modules = []
# Locate the macros file name.
- consts = {}
- macros = {}
+ consts = []
+ macros = []
for s in source:
if 'macros.py' == (os.path.split(str(s))[1]):
(consts, macros) = ReadMacros(ReadLines(str(s)))
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev