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

Delta Between Two Patch Sets: misc/cgo/test/backdoor/backdoor_gccgo.go

Issue 149720043: code review 149720043: cmd/go: prohibit C sources files unless using cgo (Closed)
Left Patch Set: Created 9 years, 6 months ago
Right Patch Set: diff -r 2f66d595a9ec50db3bf4fe871c6a25a5fff21df3 https://code.google.com/p/go/ Created 9 years, 6 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « misc/cgo/test/backdoor/backdoor.go ('k') | misc/cgo/test/backdoor/runtime.c » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 // Copyright 2014 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file.
4
5 // This is the gccgo version of the stub in runtime.c.
6
7 // +build gccgo
8
9 package backdoor
10
11 func Issue7695(x1, x2, x3, x4, x5, x6, x7, x8 uintptr) {}
LEFTRIGHT

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