add missing typecheck codes and Char typemaps

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8216 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2006-01-04 21:46:27 +00:00
commit c0e78562a4
5 changed files with 21 additions and 13 deletions

View file

@ -4,4 +4,5 @@ use example;
$e1 = new example::XMLChTest();
$e1->set("hello");
print $e1->get(),"\n";
print $e1->get_first(),"\n";