Skip to content

Commit e30f2ec

Browse files
committed
Use long long as Lua integer formatting type
Fixes #1667
1 parent 27c6cc4 commit e30f2ec

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

vendor/lua/src/luaconf.h

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -747,19 +747,9 @@ union luai_Cast { double l_d; long l_l; };
747747
** CHANGE them if your system supports long long or does not support long.
748748
*/
749749

750-
#if defined(LUA_USELONGLONG)
751-
752750
#define LUA_INTFRMLEN "ll"
753751
#define LUA_INTFRM_T long long
754752

755-
#else
756-
757-
#define LUA_INTFRMLEN "l"
758-
#define LUA_INTFRM_T long
759-
760-
#endif
761-
762-
763753

764754
/* =================================================================== */
765755

0 commit comments

Comments
 (0)