]> de.git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
lex.peek char->int
authorWolfgang Bumiller <blub@speed.at>
Wed, 2 Jan 2013 14:03:20 +0000 (15:03 +0100)
committerWolfgang Bumiller <blub@speed.at>
Wed, 2 Jan 2013 14:03:20 +0000 (15:03 +0100)
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 */
 
     size_t  line;
     size_t  sline; /* line at the start of a token */
 
-    char    peek[256];
+    int     peek[256];
     size_t  peekpos;
 
     bool    eof;
     size_t  peekpos;
 
     bool    eof;