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

Side by Side Diff: src/runtime/debug/debug.s

Issue 149720043: code review 149720043: cmd/go: prohibit C sources files unless using cgo (Closed)
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:
View unified diff | Download patch
« no previous file with comments | « src/net/empty.s ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2013 The Go Authors. All rights reserved. 1 // Copyright 2013 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style 2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file. 3 // license that can be found in the LICENSE file.
4 4
5 // Nothing to see here. 5 // Nothing to see here.
6 // This file exists so that the go command knows that parts of the 6 // This file exists so that the go command knows that parts of the
7 // package are implemented in C, so that it does not instruct the 7 // package are implemented in C, so that it does not instruct the
8 // Go compiler to complain about extern declarations. 8 // Go compiler to complain about extern declarations.
9 // The actual implementations are in package runtime. 9 // The actual implementations are in package runtime.
OLDNEW
« no previous file with comments | « src/net/empty.s ('k') | no next file » | no next file with comments »

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