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

Unified Diff: src/cmd/gc/yerr.h

Issue 6847078: code review 6847078: cmd/gc: do not overflow parser stack on a long chain of... (Closed)
Patch Set: diff -r d1f2902e0f0d https://go.googlecode.com/hg/ Created 11 years, 3 months ago
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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/cmd/gc/y.tab.c ('k') | test/fixedbugs/issue2615.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/cmd/gc/yerr.h
===================================================================
--- a/src/cmd/gc/yerr.h
+++ b/src/cmd/gc/yerr.h
@@ -71,6 +71,6 @@
112, LNAME,
"nested func not allowed",
- 615, ';',
+ 639, ';',
"else must be followed by if or statement block"
};
« no previous file with comments | « src/cmd/gc/y.tab.c ('k') | test/fixedbugs/issue2615.go » ('j') | no next file with comments »

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