remove numeric coercion which seems to be unnecessary

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10394 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Joseph Wang 2008-04-26 19:40:07 +00:00
commit 5993327dc0

View file

@ -82,7 +82,7 @@
%typemap(scoercein) bool, bool *, bool &
"$input = as.logical($input) ";
/*
%typemap(scoercein) int,
int *,
int &,
@ -119,7 +119,7 @@
long*,
long long *
%{ $input = as.numeric($input) %}
*/
%typemap(scoercein) char *, string, std::string,
string &, std::string &