mirror of
https://github.com/lua/lua
synced 2025-01-11 20:09:17 +03:00
comments (detail)
This commit is contained in:
parent
1eabd0549e
commit
c3b73cbeb8
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
** $Id: lobject.h,v 1.58 2000/03/30 20:55:50 roberto Exp roberto $
|
** $Id: lobject.h,v 1.59 2000/03/31 16:28:45 roberto Exp roberto $
|
||||||
** Type definitions for Lua objects
|
** Type definitions for Lua objects
|
||||||
** See Copyright Notice in lua.h
|
** See Copyright Notice in lua.h
|
||||||
*/
|
*/
|
||||||
@ -110,7 +110,7 @@ typedef struct TString {
|
|||||||
unsigned long hash;
|
unsigned long hash;
|
||||||
int constindex; /* hint to reuse constants (= -1 if this is a userdata) */
|
int constindex; /* hint to reuse constants (= -1 if this is a userdata) */
|
||||||
unsigned char marked;
|
unsigned char marked;
|
||||||
char str[1]; /* \0 byte already reserved */
|
char str[1]; /* variable length string!! must be the last field! */
|
||||||
} TString;
|
} TString;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user