all: fix or silence all INSTALL warnings on macOS
Should be a clean build now. Change-Id: Id3460371cb5e8d4071f8faa9c2aec870d213a067 Reviewed-on: https://plan9port-review.googlesource.com/2781 Reviewed-by: Russ Cox <rsc@swtch.com>
This commit is contained in:
@@ -128,7 +128,8 @@ yyparse(void)
|
||||
yychar = -1;
|
||||
yynerrs = 0;
|
||||
yyerrflag = 0;
|
||||
yyp = &yys[-1];
|
||||
yyp = &yys[0];
|
||||
yyp--;
|
||||
goto yystack;
|
||||
|
||||
ret0:
|
||||
|
||||
Reference in New Issue
Block a user