From 4542fb9f78ff72c6bc72be76385f9710ffee867a Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 30 Oct 2014 16:53:28 -0200 Subject: comments (a few extra quotes around identifiers) --- lstate.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lstate.h') diff --git a/lstate.h b/lstate.h index 37bf7739..fb2e91b4 100644 --- a/lstate.h +++ b/lstate.h @@ -1,5 +1,5 @@ /* -** $Id: lstate.h,v 2.117 2014/10/07 18:29:13 roberto Exp roberto $ +** $Id: lstate.h,v 2.118 2014/10/25 11:50:46 roberto Exp roberto $ ** Global State ** See Copyright Notice in lua.h */ @@ -21,10 +21,10 @@ ** belong to one (and only one) of these lists, using field 'next' of ** the 'CommonHeader' for the link: ** -** allgc: all objects not marked for finalization; -** finobj: all objects marked for finalization; -** tobefnz: all objects ready to be finalized; -** fixedgc: all objects that are not to be collected (currently +** 'allgc': all objects not marked for finalization; +** 'finobj': all objects marked for finalization; +** 'tobefnz': all objects ready to be finalized; +** 'fixedgc': all objects that are not to be collected (currently ** only small strings, such as reserved words). */ -- cgit v1.2.3-55-g6feb