summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2019-02-11 09:06:28 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2019-02-11 18:30:35 +0000
commitad7f9cd8d7c563df90569e89bf6591b512e34b2e (patch)
tree6b3c1327df96549777caf3c74f05cd4d5791adf7 /Source
parentddf4bbe112bad294e43be3eb33f1be4578b1b799 (diff)
downloadswig-ad7f9cd8d7c563df90569e89bf6591b512e34b2e.tar.gz
Mark and setup OCaml as an experimental target language.
Issue #1437
Diffstat (limited to 'Source')
-rw-r--r--Source/Modules/swigmain.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Modules/swigmain.cxx b/Source/Modules/swigmain.cxx
index 0ff13a723..8d52af194 100644
--- a/Source/Modules/swigmain.cxx
+++ b/Source/Modules/swigmain.cxx
@@ -64,7 +64,7 @@ static TargetLanguageModule modules[] = {
{"-lua", swig_lua, "Lua", Supported},
{"-modula3", NULL, "Modula 3", Disabled},
{"-mzscheme", swig_mzscheme, "MzScheme/Racket", Experimental},
- {"-ocaml", swig_ocaml, "Ocaml", Supported},
+ {"-ocaml", swig_ocaml, "OCaml", Experimental},
{"-octave", swig_octave, "Octave", Supported},
{"-perl", swig_perl5, NULL, Supported},
{"-perl5", swig_perl5, "Perl 5", Supported},