diff --git a/cmd/goyacc/yacc.go b/cmd/goyacc/yacc.go index 8a5df052..1dcafacc 100644 --- a/cmd/goyacc/yacc.go +++ b/cmd/goyacc/yacc.go @@ -70,9 +70,7 @@ const ( WSETINC = 50 // increase for working sets wsets STATEINC = 200 // increase for states statemem - NAMESIZE = 50 - NTYPES = 63 - ISIZE = 400 + NTYPES = 63 PRIVATE = 0xE000 // unicode private use