Fix definition of V8_*_C() macros.
authorbmeurer@chromium.org <bmeurer@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 27 Aug 2013 14:16:34 +0000 (14:16 +0000)
committerbmeurer@chromium.org <bmeurer@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 27 Aug 2013 14:16:34 +0000 (14:16 +0000)
commit5857d951dd7343183b3ac2acfcb32959a7a3a274
tree488a750815a80fa7f6c4e86cdd90fe82dbc96650
parentb2ca7e0b0a4cd9f3b12e1b108ad48e144b443292
Fix definition of V8_*_C() macros.

Make V8_INT64_C() and V8_UINT64_C() available in 32-bit mode as well,
so we can write readable constants (base 10) instead of having to
obfuscate them using V8_2PART_UINT64_C().

R=svenpanne@chromium.org

Review URL: https://codereview.chromium.org/23557002

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@16366 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
include/v8config.h
src/globals.h