diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2014-07-17 14:09:50 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2014-07-17 14:09:50 -0300 |
commit | 5a9cc57a5ef75a28cd887715175a5a18db58616e (patch) | |
tree | de29400295cd5b3cc7633867488be12e5928e8b6 /lzio.c | |
parent | 1aa4f69b51a92dc4f5c9d35925b9977d35650679 (diff) | |
download | lua-5a9cc57a5ef75a28cd887715175a5a18db58616e.tar.gz lua-5a9cc57a5ef75a28cd887715175a5a18db58616e.tar.bz2 lua-5a9cc57a5ef75a28cd887715175a5a18db58616e.zip |
change in GCObject: instead of being a union, it is now a structure
with the common header of all collectable objects; union is used
only for conversions. (Goal is to be able to check that the cast
'obj2gco' can have a check to ensure that object being converted
is really a collectable object.). This is the first step in the
change.
Diffstat (limited to 'lzio.c')
0 files changed, 0 insertions, 0 deletions