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 1.54 2000/08/31 14:08:27 roberto Exp roberto $ | 2 | ** $Id: ltable.c,v 1.55 2000/09/11 20:29:27 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 | */ |
| @@ -27,7 +27,7 @@ | |||
| 27 | #include "ltable.h" | 27 | #include "ltable.h" |
| 28 | 28 | ||
| 29 | 29 | ||
| 30 | #define gcsize(L, n) numblocks(L, n*2, sizeof(Hash)) | 30 | #define gcsize(L, n) (sizeof(Hash)+(n)*sizeof(Node)) |
| 31 | 31 | ||
| 32 | 32 | ||
| 33 | 33 | ||
