diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2024-09-20 12:21:11 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2024-09-20 12:21:11 -0300 |
commit | 70d6975018c1f2b8ce34058a4d54a28a3fafca66 (patch) | |
tree | 6748c4f426b7a4415f96ad8e1e7b32eb53337b42 /manual | |
parent | 00e34375ec7996422a617b0e99024d42ba61f634 (diff) | |
download | lua-70d6975018c1f2b8ce34058a4d54a28a3fafca66.tar.gz lua-70d6975018c1f2b8ce34058a4d54a28a3fafca66.tar.bz2 lua-70d6975018c1f2b8ce34058a4d54a28a3fafca66.zip |
Towards no errors in 'luaO_pushvfstring'
Any call to 'va_start' must have a corresponding call to 'va_end';
so, functions called between them (luaO_pushvfstring in particular)
cannot raise errors.
Diffstat (limited to 'manual')
0 files changed, 0 insertions, 0 deletions