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

Issue 109016: Changed definition of INT64_C and UINT64_C to use the one in stdint.h. (Closed)

Created:
11 years, 7 months ago by Lasse Reichstein
Modified:
9 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

Changed definition of INT64_C and UINT64_C to use the one in stdint.h. Since Chromium build system appears to define __STDC_CONSTANT_MACROS, we might as well use the macro definitions from stdint.h in all cases.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -4 lines) Patch
M include/v8.h View 1 chunk +3 lines, -1 line 0 comments Download
M src/globals.h View 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
Lasse Reichstein
11 years, 7 months ago (2009-05-05 09:43:39 UTC) #1
Quick fix.

Powered by Google App Engine
This is Rietveld 408576698