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

Issue 8083030: Remove the use of <limits> from strtod.cc. It is not unused. (Closed)

Created:
9 years, 2 months ago by Mads Ager (chromium)
Modified:
9 years, 2 months ago
Reviewers:
Erik Corry, danno
CC:
v8-dev
Visibility:
Public.

Description

Remove the use of <limits> from strtod.cc. It is unused. The only remaining use of <limits> is in globals.h for a range of GCC versions for which the INFINITY macro is broken. R=danno@chromium.org BUG= TEST= Committed: http://code.google.com/p/v8/source/detail?r=9491

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -1 line) Patch
M src/strtod.cc View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Mads Ager (chromium)
9 years, 2 months ago (2011-09-30 09:00:42 UTC) #1
Erik Corry
9 years, 2 months ago (2011-09-30 09:14:52 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698