From 592a3f289b428e3ee5cc595a266607ad7f5d94ff Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 19 Nov 1997 15:29:23 -0200 Subject: first implementation of centralized global state. --- lobject.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lobject.c') diff --git a/lobject.c b/lobject.c index b38d3425..c575030d 100644 --- a/lobject.c +++ b/lobject.c @@ -1,5 +1,5 @@ /* -** $Id: lobject.c,v 1.5 1997/10/24 17:17:24 roberto Exp roberto $ +** $Id: lobject.c,v 1.6 1997/11/03 20:45:23 roberto Exp roberto $ ** Some generic functions over Lua objects ** See Copyright Notice in lua.h */ @@ -21,9 +21,6 @@ TObject luaO_nilobject = {LUA_T_NIL, {NULL}}; -unsigned long luaO_nblocks = 0; - - /* hash dimensions values */ static long dimensions[] = {5L, 11L, 23L, 47L, 97L, 197L, 397L, 797L, 1597L, 3203L, 6421L, -- cgit v1.2.3-55-g6feb