From 6a853fcb8b9e333d768c739c36c99b144bbde607 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 25 Feb 1999 18:07:26 -0300 Subject: details (from lhf) --- llex.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'llex.h') diff --git a/llex.h b/llex.h index b9171a8b..84c0ee99 100644 --- a/llex.h +++ b/llex.h @@ -1,6 +1,6 @@ /* -** $Id: llex.h,v 1.9 1998/06/19 16:14:09 roberto Exp roberto $ -** Lexical Analizer +** $Id: llex.h,v 1.10 1998/07/24 18:02:38 roberto Exp roberto $ +** Lexical Analyzer ** See Copyright Notice in lua.h */ @@ -30,7 +30,7 @@ enum RESERVED { /* "ifstate" keeps the state of each nested $if the lexical is dealing with. */ struct ifState { - int elsepart; /* true if its in the $else part */ + int elsepart; /* true if it's in the $else part */ int condition; /* true if $if condition is true */ int skip; /* true if part must be skipped */ }; -- cgit v1.2.3-55-g6feb