Removed useless C_list.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5304 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Art Yerkes 2003-11-12 04:33:18 +00:00
commit 314a5fc85e

View file

@ -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