From 314a5fc85ea3cc7da1528d3fac942d27acfff187 Mon Sep 17 00:00:00 2001 From: Art Yerkes Date: Wed, 12 Nov 2003 04:33:18 +0000 Subject: [PATCH] Removed useless C_list. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5304 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Examples/ocaml/std_string/runme.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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