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.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lobject.h') diff --git a/lobject.h b/lobject.h index 6cf77303..45e27995 100644 --- a/lobject.h +++ b/lobject.h @@ -1,5 +1,5 @@ /* -** $Id: lobject.h,v 1.7 1997/10/24 17:17:24 roberto Exp roberto $ +** $Id: lobject.h,v 1.8 1997/11/03 20:45:23 roberto Exp roberto $ ** Type definitions for Lua objects ** See Copyright Notice in lua.h */ @@ -162,7 +162,6 @@ typedef struct Hash { ** a gross estimation of number of memory "blocks" allocated ** (a block is *roughly* 32 bytes) */ -extern unsigned long luaO_nblocks; extern char *luaO_typenames[]; -- cgit v1.2.3-55-g6feb