@@ -305,6 +305,13 @@
"rsize": 40008,
"fsize": 274360,
"dft": false
+ },
+ {
+ "name": "bit64",
+ "content": "64位数据处理库",
+ "rsize": 10008,
+ "fsize": 274360,
+ "dft": false
}
],
"fsize":365376,
@@ -236,6 +236,9 @@ static const luaL_Reg loadedlibs[] = {
#endif
#ifdef LUAT_USE_ICONV
{"iconv", luaopen_iconv},
+#endif
+#ifdef LUAT_USE_BIT64
+ {"bit64", luaopen_bit64},
{NULL, NULL}
};
@@ -104,6 +104,7 @@
#define LUAT_USE_RSA 1
// #define LUAT_USE_ICONV 1
+// #define LUAT_USE_BIT64 1
// ------------------