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
354e61cc
Commit
354e61cc
authored
Jun 24, 2009
by
Kai Backman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix compile warnings in 5l.
R=rsc APPROVED=rsc DELTA=8 (0 added, 0 deleted, 8 changed) OCL=30692 CL=30695
parent
c3a087a0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
l.h
src/cmd/5l/l.h
+8
-8
No files found.
src/cmd/5l/l.h
View file @
354e61cc
...
...
@@ -142,10 +142,10 @@ struct Autom
struct
Optab
{
char
as
;
char
a1
;
u
char
a1
;
char
a2
;
char
a3
;
char
type
;
u
char
a3
;
u
char
type
;
char
size
;
char
param
;
char
flag
;
...
...
@@ -307,8 +307,8 @@ EXTERN char debug[128];
EXTERN
Prog
*
edatap
;
EXTERN
Prog
*
etextp
;
EXTERN
Prog
*
firstp
;
EXTERN
char
fnuxi4
[
4
];
EXTERN
char
fnuxi8
[
8
];
EXTERN
u
char
fnuxi4
[
4
];
EXTERN
u
char
fnuxi8
[
8
];
EXTERN
char
*
noname
;
EXTERN
Sym
*
hash
[
NHASH
];
EXTERN
Sym
*
histfrog
[
MAXHIST
];
...
...
@@ -319,9 +319,9 @@ EXTERN char* libraryobj[50];
EXTERN
int
libraryp
;
EXTERN
int
xrefresolv
;
EXTERN
char
*
hunk
;
EXTERN
char
inuxi1
[
1
];
EXTERN
char
inuxi2
[
2
];
EXTERN
char
inuxi4
[
4
];
EXTERN
u
char
inuxi1
[
1
];
EXTERN
u
char
inuxi2
[
2
];
EXTERN
u
char
inuxi4
[
4
];
EXTERN
Prog
*
lastp
;
EXTERN
int32
lcsize
;
EXTERN
char
literal
[
32
];
...
...
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