Skip to content

Commit

Permalink
Revert "Revert "Use long long as Lua integer formatting type"" (#1694)
Browse files Browse the repository at this point in the history
This reverts commit d99e553.
  • Loading branch information
qaisjp committed Oct 4, 2020
1 parent 90f4296 commit a0410c6
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions vendor/lua/src/luaconf.h
Expand Up @@ -747,19 +747,9 @@ union luai_Cast { double l_d; long l_l; };
** CHANGE them if your system supports long long or does not support long.
*/

#if defined(LUA_USELONGLONG)

#define LUA_INTFRMLEN "ll"
#define LUA_INTFRM_T long long

#else

#define LUA_INTFRMLEN "l"
#define LUA_INTFRM_T long

#endif



/* =================================================================== */

Expand Down

0 comments on commit a0410c6

Please sign in to comment.