]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - lexer.h
lex.peek char->int
[xonotic/gmqcc.git] / lexer.h
diff --git a/lexer.h b/lexer.h
index 3be4c6ed9ff103dc8ab3bedf766341c1157df672..82aa046126e77405ff3533f745b299cad45cb7a4 100644 (file)
--- a/lexer.h
+++ b/lexer.h
@@ -111,7 +111,7 @@ typedef struct {
     size_t  line;
     size_t  sline; /* line at the start of a token */
 
-    char    peek[256];
+    int     peek[256];
     size_t  peekpos;
 
     bool    eof;