diff options
Diffstat (limited to 'ltable.c')
| -rw-r--r-- | ltable.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: ltable.c,v 2.44 2009/11/06 17:07:12 roberto Exp roberto $ | 2 | ** $Id: ltable.c,v 2.45 2009/11/19 17:54:07 roberto Exp roberto $ |
| 3 | ** Lua tables (hash) | 3 | ** Lua tables (hash) |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -133,7 +133,7 @@ static int arrayindex (const TValue *key) { | |||
| 133 | /* | 133 | /* |
| 134 | ** returns the index of a `key' for table traversals. First goes all | 134 | ** returns the index of a `key' for table traversals. First goes all |
| 135 | ** elements in the array part, then elements in the hash part. The | 135 | ** elements in the array part, then elements in the hash part. The |
| 136 | ** beginning of a traversal is signalled by -1. | 136 | ** beginning of a traversal is signaled by -1. |
| 137 | */ | 137 | */ |
| 138 | static int findindex (lua_State *L, Table *t, StkId key) { | 138 | static int findindex (lua_State *L, Table *t, StkId key) { |
| 139 | int i; | 139 | int i; |
