Fix build (someone tell gcc you can't take the address of a static
authorerik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 9 Dec 2008 09:17:41 +0000 (09:17 +0000)
committererik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 9 Dec 2008 09:17:41 +0000 (09:17 +0000)
commitdf727ffd430015f03057f3b8a775b28ba714f11d
treef7721adb66038cc8a6699efc738f37f9cf3ee227
parent7b4b4959c86bbb21a0cb5df23c99d52b7d3dc32e
Fix build (someone tell gcc you can't take the address of a static
const int and someone tell MSVC it's OK to define a static const int
in a .cc file).
Review URL: http://codereview.chromium.org/13656

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@942 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/jsregexp.cc
src/objects.cc