mirror of
https://github.com/lua/lua.git
synced 2026-07-29 17:39:05 +00:00
23e6bac8a0bbb9e5df43cbc0b7634b6d1395b0ff
When calling metamethods for things like 'a < 3.0', which generates the opcode OP_LTI, the C register tells that the operand was converted to an integer, so that it can be corrected to float when calling a metamethod. This commit also includes some other stuff: - file 'onelua.c' added to the project - opcode OP_PREPVARARG renamed to OP_VARARGPREP - comparison opcodes rewritten through macros
Description
No description provided
Languages
C
66.4%
Lua
33%
Makefile
0.6%