Commit Diff


commit - fa161f0bf4d34a678ba30bf62f5e8eec44ceb931
commit + d683c314c5dae715e5918b3952e8c5870db83648
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;