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

Issue 5610054: code review 5610054: cmd/go: fix importing of _cgo_export.h (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 5 months ago by niemeyer
Modified:
13 years, 5 months ago
Reviewers:
CC:
golang-dev, r
Visibility:
Public.

Description

cmd/go: fix including of _cgo_export.h This will add the temporary object directory into the lookup path so that cgo-exported function declarations may be included from C files. This was previously applied by CL 5600043, and apparently removed by mistake on CL 5598045.

Patch Set 1 #

Patch Set 2 : code review 5610054: cmd/go: fix importing of _cgo_export.h #

Patch Set 3 : diff -r f79343c8a479 https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r f79343c8a479 https://go.googlecode.com/hg/ #

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

Messages

Total messages: 3
niemeyer
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 5 months ago (2012-02-01 17:09:19 UTC) #1
r
LGTM weird thanks
13 years, 5 months ago (2012-02-01 17:59:38 UTC) #2
niemeyer
13 years, 5 months ago (2012-02-01 18:07:42 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=ccd027ce7467 ***

cmd/go: fix including of _cgo_export.h

This will add the temporary object directory into the lookup
path so that cgo-exported function declarations may be
included from C files.

This was previously applied by CL 5600043, and apparently
removed by mistake on CL 5598045.

R=golang-dev, r
CC=golang-dev
http://codereview.appspot.com/5610054
Sign in to reply to this message.

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