Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
3f54429c
Commit
3f54429c
authored
May 21, 2018
by
Guolin Ke
Committed by
Laurae
May 21, 2018
Browse files
Update R_object_helper.h (#1386)
parent
dc699574
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
include/LightGBM/R_object_helper.h
include/LightGBM/R_object_helper.h
+1
-1
No files found.
include/LightGBM/R_object_helper.h
View file @
3f54429c
...
@@ -33,7 +33,7 @@ struct lgbm_sxpinfo {
...
@@ -33,7 +33,7 @@ struct lgbm_sxpinfo {
// 64bit pointer
// 64bit pointer
#if INTPTR_MAX == INT64_MAX
#if INTPTR_MAX == INT64_MAX
typedef
ptrdiff
_t
R_xlen_t
;
typedef
int64
_t
R_xlen_t
;
#else
#else
typedef
int
R_xlen_t
;
typedef
int
R_xlen_t
;
#endif
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment