diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1998-08-30 15:28:58 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1998-08-30 15:28:58 -0300 |
commit | 22c27048428850c56b3be6f20245a2d19f14c68c (patch) | |
tree | 17a4a3a61c3bf6a9aa737a176c016883e7212018 | |
parent | ee22af5ced0b14c2a445124fc0efffc5f44ed49a (diff) | |
download | lua-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.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 | ||
79 | extern lua_State *lua_state; | ||
80 | |||
81 | |||
82 | #define L lua_state | 79 | #define L lua_state |
83 | 80 | ||
84 | 81 | ||