Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
e6861d8c
Commit
e6861d8c
authored
Jan 30, 2013
by
Russ Cox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmd/5l: reestablish uniform union field naming
R=golang-dev, minux.ma CC=golang-dev
https://golang.org/cl/7226063
parent
4da6b36f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
l.h
src/cmd/5l/l.h
+4
-4
No files found.
src/cmd/5l/l.h
View file @
e6861d8c
...
...
@@ -69,8 +69,8 @@ struct Adr
union
{
struct
{
int32
offset
;
int32
offset2
;
// argsize
int32
u0
offset
;
int32
u0
offset2
;
// argsize
}
u0off
;
char
*
u0sval
;
Ieee
u0ieee
;
...
...
@@ -84,8 +84,8 @@ struct Adr
char
class
;
};
#define offset u0.u0off.offset
#define offset2 u0.u0off.offset2
#define offset u0.u0off.
u0
offset
#define offset2 u0.u0off.
u0
offset2
#define sval u0.u0sval
#define scon sval
#define ieee u0.u0ieee
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment