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

Side by Side Diff: misc/cgo/testcdefs/cdefstest.c

Issue 120610043: code review 120610043: cmd/cgo: fix handling of defs_linux.go (Closed)
Patch Set: diff -r ed83901ff17e https://code.google.com/p/go Created 10 years, 7 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 | « no previous file | misc/cgo/testcdefs/cdefstest.go » ('j') | 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 #include "runtime.h" 5 #include "runtime.h"
6 #include "cdefstest.h" 6 #include "cdefstest.h"
7 7
8 struct CdefsTest test; 8 struct CdefsTest test;
9 struct PackedTest packed;
OLDNEW
« no previous file with comments | « no previous file | misc/cgo/testcdefs/cdefstest.go » ('j') | no next file with comments »

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