Commit 3f54429c authored by Guolin Ke's avatar Guolin Ke Committed by Laurae
Browse files

Update R_object_helper.h (#1386)

parent dc699574
......@@ -33,7 +33,7 @@ struct lgbm_sxpinfo {
// 64bit pointer
#if INTPTR_MAX == INT64_MAX
typedef ptrdiff_t R_xlen_t;
typedef int64_t R_xlen_t;
#else
typedef int R_xlen_t;
#endif
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment