summaryrefslogtreecommitdiff
path: root/Lib/ocaml
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2019-01-31 07:29:09 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2019-01-31 07:29:09 +0000
commit528f33e9e56a36121dc750ed3dca83fd0e5effe7 (patch)
treec48327f50141616ca2bfea5a1ff70ed3effdb426 /Lib/ocaml
parent280ce631009b46085231ba02854a1197cd5e5da7 (diff)
parentc0059ae2cba0d470aaf2d3ab8f1a27e3db17ef3c (diff)
downloadswig-528f33e9e56a36121dc750ed3dca83fd0e5effe7.tar.gz
Merge branch 'ZackerySpytz-OCaml-eliminate-wno-write-strings'
* ZackerySpytz-OCaml-eliminate-wno-write-strings: [OCaml] Remove support for OCaml versions < 3.12.0 [OCaml] Fix toplevel creation for ocamlmktop versions >= 4.04.0 [OCaml] Eliminate use of -Wno-write-strings
Diffstat (limited to 'Lib/ocaml')
-rw-r--r--Lib/ocaml/ocaml.swg2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/ocaml/ocaml.swg b/Lib/ocaml/ocaml.swg
index 838941e98..f3e33eca4 100644
--- a/Lib/ocaml/ocaml.swg
+++ b/Lib/ocaml/ocaml.swg
@@ -381,7 +381,7 @@ extern "C" {
caml_copy_string(name)));
}
- SWIGINTERN long caml_long_val_full( CAML_VALUE v, char *name ) {
+ SWIGINTERN long caml_long_val_full( CAML_VALUE v, const char *name ) {
CAMLparam1(v);
if( !Is_block(v) ) return 0;