From 916587508c117decb2f4d70677fa06be18803874 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Sun, 11 Oct 2009 17:02:19 -0300 Subject: parser keeps list of active local variables in a single dynamic array, therefore saving C stack space --- lua.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua.h') diff --git a/lua.h b/lua.h index 478374e3..7492f4a5 100644 --- a/lua.h +++ b/lua.h @@ -1,6 +1,6 @@ /* -** $Id: lua.h,v 1.244 2009/09/21 12:09:52 roberto Exp roberto $ -** Lua - An Extensible Extension Language +** $Id: lua.h,v 1.245 2009/10/05 16:44:33 roberto Exp roberto $ +** Lua - A Scripting Language ** Lua.org, PUC-Rio, Brazil (http://www.lua.org) ** See Copyright Notice at the end of this file */ -- cgit v1.2.3-55-g6feb