Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kirill Smelkov
go
Commits
d50c70d2
Commit
d50c70d2
authored
15 years ago
by
Russ Cox
Browse files
Options
Download
Email Patches
Plain Diff
set line number for errors produced during walkstate.
R=ken OCL=27145 CL=27145
parent
ee19695c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/cmd/gc/walk.c
src/cmd/gc/walk.c
+1
-0
No files found.
src/cmd/gc/walk.c
View file @
d50c70d2
...
...
@@ -114,6 +114,7 @@ loop:
return
;
more
=
N
;
lineno
=
n
->
lineno
;
switch
(
n
->
op
)
{
case
OLIST
:
...
...
This diff is collapsed.
Click to expand it.
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