summaryrefslogtreecommitdiff
path: root/Examples/ocaml
diff options
context:
space:
mode:
authorArt Yerkes <ayerkes@speakeasy.net>2003-11-12 04:33:18 +0000
committerArt Yerkes <ayerkes@speakeasy.net>2003-11-12 04:33:18 +0000
commit314a5fc85ea3cc7da1528d3fac942d27acfff187 (patch)
treeda2d2dca328b50bca6db8682cef1ce0034380a07 /Examples/ocaml
parent71ce7cb69a350d5d76051a5486ffce9cc969d1ba (diff)
downloadswig-314a5fc85ea3cc7da1528d3fac942d27acfff187.tar.gz
Removed useless C_list.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5304 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Examples/ocaml')
-rw-r--r--Examples/ocaml/std_string/runme.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/ocaml/std_string/runme.ml b/Examples/ocaml/std_string/runme.ml
index 8b50fbb7b..199dbe56a 100644
--- a/Examples/ocaml/std_string/runme.ml
+++ b/Examples/ocaml/std_string/runme.ml
@@ -4,7 +4,7 @@ open Swig
open Example
let y = "\205\177"
-let z = _to_wstring_with_locale (C_list [ C_string y ; C_string Sys.argv.(1) ])
+let z = _to_wstring_with_locale '((y to string),(Sys.argv.(1) to string))
let _ =
begin