aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1998-08-30 15:28:58 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1998-08-30 15:28:58 -0300
commit22c27048428850c56b3be6f20245a2d19f14c68c (patch)
tree17a4a3a61c3bf6a9aa737a176c016883e7212018
parentee22af5ced0b14c2a445124fc0efffc5f44ed49a (diff)
downloadlua-22c27048428850c56b3be6f20245a2d19f14c68c.tar.gz
lua-22c27048428850c56b3be6f20245a2d19f14c68c.tar.bz2
lua-22c27048428850c56b3be6f20245a2d19f14c68c.zip
"lua_state" is already declared in lua.h, which is included here.
-rw-r--r--lstate.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/lstate.h b/lstate.h
index 41acf0b8..16693604 100644
--- a/lstate.h
+++ b/lstate.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lstate.h,v 1.11 1998/06/24 13:33:00 roberto Exp roberto $ 2** $Id: lstate.h,v 1.12 1998/08/21 17:43:44 roberto Exp roberto $
3** Global State 3** Global State
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -76,9 +76,6 @@ struct lua_State {
76}; 76};
77 77
78 78
79extern lua_State *lua_state;
80
81
82#define L lua_state 79#define L lua_state
83 80
84 81