From 45b173cbf89597123267a69bace778cf498d6c98 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Sat, 21 Jul 2001 21:59:36 -0300 Subject: warnings/details --- llex.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llex.h') diff --git a/llex.h b/llex.h index 6d0cba47..f4577551 100644 --- a/llex.h +++ b/llex.h @@ -1,5 +1,5 @@ /* -** $Id: llex.h,v 1.35 2001/03/06 14:46:54 roberto Exp roberto $ +** $Id: llex.h,v 1.36 2001/06/20 21:07:57 roberto Exp roberto $ ** Lexical Analyzer ** See Copyright Notice in lua.h */ @@ -49,7 +49,7 @@ typedef struct Token { typedef struct LexState { - int current; /* current character */ + l_charint current; /* current character */ Token t; /* current token */ Token lookahead; /* look ahead token */ struct FuncState *fs; /* `FuncState' is private to the parser */ -- cgit v1.2.3-55-g6feb