Commit Diff
--- gotweb/parse.y +++ gotweb/parse.y @@ -341,10 +341,10 @@ findeol(void) int yylex(void) { - unsigned char buf[8096]; - unsigned char *p, *val; - int quotec, next, c; - int token; + char buf[8096]; + char *p, *val; + int quotec, next, c; + int token; top: p = buf;