From 359ba5f728af7498fb7c6952edd75ef62534bd8f Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 2 Jan 2013 15:03:20 +0100 Subject: [PATCH] lex.peek char->int --- lexer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lexer.h b/lexer.h index 3be4c6e..82aa046 100644 --- 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; -- 2.39.2