Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2:Ports
swig
swig-ocaml-int64.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File swig-ocaml-int64.patch of Package swig
ocaml pr#6517 --- Lib/ocaml/ocamldec.swg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/Lib/ocaml/ocamldec.swg +++ b/Lib/ocaml/ocamldec.swg @@ -101,9 +101,9 @@ SWIGEXT { #ifndef ARCH_ALIGN_INT64 -#define SWIG_Int64_val(v) (*((int64 *) SWIG_Data_custom_val(v))) +#define SWIG_Int64_val(v) (*((int64_t *) SWIG_Data_custom_val(v))) #else -CAMLextern int64 Int64_val(caml_value_t v); +CAMLextern int64_t Int64_val(caml_value_t v); #define SWIG_Int64_val(v) Int64_val(v) #endif
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor