diff options
Diffstat (limited to 'lobject.h')
| -rw-r--r-- | lobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -409,7 +409,7 @@ typedef union TString { | |||
| 409 | L_Umaxalign dummy; /* ensures maximum alignment for strings */ | 409 | L_Umaxalign dummy; /* ensures maximum alignment for strings */ |
| 410 | struct { | 410 | struct { |
| 411 | CommonHeader; | 411 | CommonHeader; |
| 412 | lu_byte reserved; | 412 | lu_byte extra; /* reserved words for strings */ |
| 413 | unsigned int hash; | 413 | unsigned int hash; |
| 414 | size_t len; /* number of characters in string */ | 414 | size_t len; /* number of characters in string */ |
| 415 | } tsv; | 415 | } tsv; |
