diff options
-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 | ||