fix clang warnings reported by Tuncer Ayaz
R=rsc http://codereview.appspot.com/6744054
This commit is contained in:
parent
34d629c857
commit
0cfb376070
24 changed files with 586 additions and 588 deletions
|
|
@ -125,7 +125,8 @@ yyparse(void)
|
|||
yychar = -1;
|
||||
yynerrs = 0;
|
||||
yyerrflag = 0;
|
||||
yyp = &yys[-1];
|
||||
yyp = &yys[0];
|
||||
yyp--;
|
||||
goto yystack;
|
||||
|
||||
ret0:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue