Commit Diff


commit - cc1cb6fe00a13f31ed58d5f0d2e612f74b83acc2
commit + d7a84292effc482dbe4e4b5ade0b231e3b0f6e73
blob - 91c2400e3b093930979f449682fcffa6fbf7f3f4
blob + 45c6564b67e895dac85cd19bbe0ec58b27e5939d
--- 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;