From 22c27048428850c56b3be6f20245a2d19f14c68c Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Sun, 30 Aug 1998 15:28:58 -0300 Subject: "lua_state" is already declared in lua.h, which is included here. --- lstate.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lstate.h b/lstate.h index 41acf0b8..16693604 100644 --- a/lstate.h +++ b/lstate.h @@ -1,5 +1,5 @@ /* -** $Id: lstate.h,v 1.11 1998/06/24 13:33:00 roberto Exp roberto $ +** $Id: lstate.h,v 1.12 1998/08/21 17:43:44 roberto Exp roberto $ ** Global State ** See Copyright Notice in lua.h */ @@ -76,9 +76,6 @@ struct lua_State { }; -extern lua_State *lua_state; - - #define L lua_state -- cgit v1.2.3-55-g6feb