Bumping k8s dependencies to 1.13
This commit is contained in:
4
vendor/golang.org/x/tools/cmd/goyacc/yacc.go
generated
vendored
4
vendor/golang.org/x/tools/cmd/goyacc/yacc.go
generated
vendored
@@ -387,7 +387,7 @@ func setup() {
|
||||
yaccpar = strings.Replace(yaccpartext, "$$", prefix, -1)
|
||||
openup()
|
||||
|
||||
fmt.Fprintf(ftable, "// Code generated by goyacc %s. DO NOT EDIT.", strings.Join(os.Args[1:], " "))
|
||||
fmt.Fprintf(ftable, "// Code generated by goyacc %s. DO NOT EDIT.\n", strings.Join(os.Args[1:], " "))
|
||||
|
||||
defin(0, "$end")
|
||||
extval = PRIVATE // tokens start in unicode 'private use'
|
||||
@@ -1272,7 +1272,7 @@ l1:
|
||||
func cpyact(curprod []int, max int) {
|
||||
|
||||
if !lflag {
|
||||
fmt.Fprintf(fcode, "\n\t\t//line %v:%v", infile, lineno)
|
||||
fmt.Fprintf(fcode, "\n//line %v:%v", infile, lineno)
|
||||
}
|
||||
fmt.Fprint(fcode, "\n\t\t")
|
||||
|
||||
|
Reference in New Issue
Block a user