field 'reserved' -> 'extra' (may be used for other purposes too)

This commit is contained in:
Roberto Ierusalimschy
2012-01-23 21:05:51 -02:00
parent 9f1a8dbdd3
commit 291f564485
3 changed files with 7 additions and 7 deletions

View File

@@ -409,7 +409,7 @@ typedef union TString {
L_Umaxalign dummy; /* ensures maximum alignment for strings */
struct {
CommonHeader;
lu_byte reserved;
lu_byte extra; /* reserved words for strings */
unsigned int hash;
size_t len; /* number of characters in string */
} tsv;