diff options
Diffstat (limited to 'lobject.c')
| -rw-r--r-- | lobject.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lobject.c,v 2.31 2009/06/17 17:48:34 roberto Exp roberto $ | 2 | ** $Id: lobject.c,v 2.32 2009/11/06 17:07:12 roberto Exp roberto $ |
| 3 | ** Some generic functions over Lua objects | 3 | ** Some generic functions over Lua objects |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -25,7 +25,7 @@ | |||
| 25 | 25 | ||
| 26 | 26 | ||
| 27 | 27 | ||
| 28 | const TValue luaO_nilobject_ = {NILCONSTANT}; | 28 | LUAI_DDEF const TValue luaO_nilobject_ = {NILCONSTANT}; |
| 29 | 29 | ||
| 30 | 30 | ||
| 31 | /* | 31 | /* |
