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. --- lstring.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lstring.h') diff --git a/lstring.h b/lstring.h index fa606cf5..c842afe8 100644 --- a/lstring.h +++ b/lstring.h @@ -1,5 +1,5 @@ /* -** $Id: lstring.h,v 1.2 1997/09/26 15:02:26 roberto Exp roberto $ +** $Id: lstring.h,v 1.3 1997/11/04 15:27:53 roberto Exp roberto $ ** String table (keep all strings handled by Lua) ** See Copyright Notice in lua.h */ @@ -10,8 +10,6 @@ #include "lobject.h" -extern GCnode luaS_root; - void luaS_init (void); TaggedString *luaS_createudata (void *udata, int tag); -- cgit v1.2.3-55-g6feb