mirror of
https://github.com/lua/lua
synced 2026-09-27 00:28:25 +03:00
Details in comments
This commit is contained in:
parent
61a4e64a66
commit
0be57b9b6d
2 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@
|
|||
/*
|
||||
** Encode major-minor version in one byte, one nibble for each
|
||||
*/
|
||||
#define MYINT(s) (s[0]-'0') /* assume one-digit numbers */
|
||||
#define MYINT(s) (s[0]-'0') /* assume one-digit numerals */
|
||||
#define LUAC_VERSION (MYINT(LUA_VERSION_MAJOR)*16+MYINT(LUA_VERSION_MINOR))
|
||||
|
||||
#define LUAC_FORMAT 0 /* this is the official format */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue