diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2025-01-28 11:45:45 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2025-01-28 11:45:45 -0300 |
commit | 39a14ea7d7b14172595c61619e8f35c2614b2606 (patch) | |
tree | 863ea56e6014de9e1284f2e47ac1fbd4b69339ed /lua.h | |
parent | c4e7cdb541d89142056927ebdfd8f97017d38f45 (diff) | |
download | lua-39a14ea7d7b14172595c61619e8f35c2614b2606.tar.gz lua-39a14ea7d7b14172595c61619e8f35c2614b2606.tar.bz2 lua-39a14ea7d7b14172595c61619e8f35c2614b2606.zip |
CallInfo bit CIST_CLSRET broken in two
Since commit f407b3c4a, it was being used for two distinct (and
incompatible) meanings:
A: Function has TBC variables (now bit CIST_TBC)
B: Interpreter is closing TBC variables (original bit CIST_CLSRET)
B implies A, but A does not imply B.
Diffstat (limited to 'lua.h')
0 files changed, 0 insertions, 0 deletions