Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(209)

Issue 2102043: code review 2102043: cgo: add typedef for uintptr in generated headers (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 6 months ago by adg
Modified:
14 years, 6 months ago
Reviewers:
CC:
rsc, iant, golang-dev
Visibility:
Public.

Description

cgo: add typedef for uintptr in generated headers Fixes issue 1046.

Patch Set 1 #

Patch Set 2 : code review 2102043: cgo: add typedef for uintptr in generated headers #

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

Messages

Total messages: 11
adg
Hello r (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 6 months ago (2010-09-07 12:09:44 UTC) #1
adg
This was intended for rsc, not r. Sorry.
14 years, 6 months ago (2010-09-07 12:36:58 UTC) #2
rsc1
This is gcc. You can use typedef unsigned long uintptr; Russ
14 years, 6 months ago (2010-09-07 13:24:50 UTC) #3
iant2
Russ Cox <rsc@google.com> writes: > This is gcc. You can use > > typedef unsigned ...
14 years, 6 months ago (2010-09-07 17:32:38 UTC) #4
adg
x On 8 September 2010 03:32, Ian Lance Taylor <iant@google.com> wrote: > Russ Cox <rsc@google.com> ...
14 years, 6 months ago (2010-09-08 05:35:25 UTC) #5
iant2
Andrew Gerrand <adg@golang.org> writes: > x > On 8 September 2010 03:32, Ian Lance Taylor ...
14 years, 6 months ago (2010-09-08 05:48:39 UTC) #6
adg
Hello rsc, rsc1, iant2 (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 6 months ago (2010-09-08 05:52:15 UTC) #7
adg
On 8 September 2010 15:48, Ian Lance Taylor <iant@google.com> wrote: > Andrew Gerrand <adg@golang.org> writes: ...
14 years, 6 months ago (2010-09-08 05:53:28 UTC) #8
iant
LGTM but see what Russ thinks.
14 years, 6 months ago (2010-09-08 13:59:41 UTC) #9
rsc1
LGTM
14 years, 6 months ago (2010-09-08 14:08:21 UTC) #10
adg
14 years, 6 months ago (2010-09-08 23:24:56 UTC) #11
*** Submitted as http://code.google.com/p/go/source/detail?r=05617b5c4263 ***

cgo: add typedef for uintptr in generated headers

Fixes issue 1046.

R=rsc, iant
CC=golang-dev
http://codereview.appspot.com/2102043

Committer: Andrew Gerrand <adg@golang.org>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b