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

Issue 3044045: Add an #ifndef to modp_b64_data.h to avoid a typedef conflict that certain... (Closed)

Created:
10 years, 4 months ago by Matthew Steele
Modified:
9 years, 7 months ago
Reviewers:
Mark Mentovai
CC:
chromium-reviews
Visibility:
Public.

Description

Add an #if to modp_b64_data.h to avoid a typedef conflict that certain finicky compilers (in particular, nacl-g++) complain about. Contributed by mdsteele@google.com BUG=none TEST=Try to compile modp_b64 with nacl-g++ Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=55137

Patch Set 1 #

Total comments: 4

Patch Set 2 : '' #

Total comments: 2

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -4 lines) Patch
M third_party/modp_b64/README.chromium View 1 2 1 chunk +6 lines, -4 lines 0 comments Download
M third_party/modp_b64/modp_b64_data.h View 1 2 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Matthew Steele
10 years, 4 months ago (2010-08-04 19:27:13 UTC) #1
Mark Mentovai
http://codereview.chromium.org/3044045/diff/1/2 File third_party/modp_b64/README.chromium (right): http://codereview.chromium.org/3044045/diff/1/2#newcode15 third_party/modp_b64/README.chromium:15: include "base/basictypes.h" and perform the required typedefs for You ...
10 years, 4 months ago (2010-08-04 19:31:17 UTC) #2
Matthew Steele
Oops, thanks for the catches. http://codereview.chromium.org/3044045/diff/1/2 File third_party/modp_b64/README.chromium (right): http://codereview.chromium.org/3044045/diff/1/2#newcode15 third_party/modp_b64/README.chromium:15: include "base/basictypes.h" and perform ...
10 years, 4 months ago (2010-08-04 19:37:11 UTC) #3
Mark Mentovai
LGTM http://codereview.chromium.org/3044045/diff/6001/7002 File third_party/modp_b64/modp_b64_data.h (right): http://codereview.chromium.org/3044045/diff/6001/7002#newcode2 third_party/modp_b64/modp_b64_data.h:2: #ifndef COMPILER_MSVC Chromium style is #if !defined(COMPILER_MSVC)
10 years, 4 months ago (2010-08-04 21:23:20 UTC) #4
Matthew Steele
Thanks for the review! I do not have committer status; could you please submit this ...
10 years, 4 months ago (2010-08-05 14:13:10 UTC) #5
Mark Mentovai
10 years, 4 months ago (2010-08-05 21:54:25 UTC) #6
Committed r55137.

Powered by Google App Engine
This is Rietveld 408576698