mirror of
https://github.com/golang/go
synced 2024-11-11 20:40:21 -07:00
parent
371b77ad20
commit
b5f54db359
@ -797,6 +797,7 @@ l0:
|
||||
* i said it was clumsy.
|
||||
*/
|
||||
case '(':
|
||||
case '[':
|
||||
if(loophack || lstk != nil) {
|
||||
h = malloc(sizeof *h);
|
||||
h->v = loophack;
|
||||
@ -806,6 +807,7 @@ l0:
|
||||
}
|
||||
goto lx;
|
||||
case ')':
|
||||
case ']':
|
||||
if(lstk != nil) {
|
||||
h = lstk;
|
||||
loophack = h->v;
|
||||
|
@ -185,7 +185,3 @@ panic: barCount != 1
|
||||
|
||||
panic PC=xxx
|
||||
BUG
|
||||
|
||||
=========== bugs/bug267.go
|
||||
bugs/bug267.go:14: syntax error: unexpected {, expecting :
|
||||
BUG
|
||||
|
Loading…
Reference in New Issue
Block a user