summaryrefslogtreecommitdiff
path: root/lstate.h
diff options
context:
space:
mode:
Diffstat (limited to 'lstate.h')
-rw-r--r--lstate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lstate.h b/lstate.h
index d508120e..2ee31840 100644
--- a/lstate.h
+++ b/lstate.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lstate.h,v 1.21 1999/11/04 17:22:26 roberto Exp roberto $ 2** $Id: lstate.h,v 1.22 1999/11/10 15:39:35 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*/
@@ -79,7 +79,7 @@ struct lua_State {
79}; 79};
80 80
81 81
82#define L lua_state 82
83 83
84 84
85#endif 85#endif