Skip to content

Commit

Permalink
Update R_object_helper.h (#1386)
Browse files Browse the repository at this point in the history
  • Loading branch information
guolinke authored and Laurae2 committed May 21, 2018
1 parent dc69957 commit 3f54429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/LightGBM/R_object_helper.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f54429

Please sign in to comment.