diff options
Diffstat (limited to 'lstate.h')
| -rw-r--r-- | lstate.h | 8 |
1 files changed, 4 insertions, 4 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lstate.h,v 2.86 2013/08/21 19:21:16 roberto Exp roberto $ | 2 | ** $Id: lstate.h,v 2.87 2013/08/21 20:09:51 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 | */ |
| @@ -59,9 +59,9 @@ struct lua_longjmp; /* defined in ldo.c */ | |||
| 59 | 59 | ||
| 60 | typedef struct stringtable { | 60 | typedef struct stringtable { |
| 61 | TString **hash; | 61 | TString **hash; |
| 62 | unsigned int nuse; /* number of elements */ | 62 | int nuse; /* number of elements */ |
| 63 | unsigned int empty; /* number of available empty slots */ | 63 | int empty; /* number of available empty slots */ |
| 64 | unsigned int size; | 64 | int size; |
| 65 | } stringtable; | 65 | } stringtable; |
| 66 | 66 | ||
| 67 | 67 | ||
