fix tcl C errors
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8482 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
6cb4870883
commit
64b47b7edb
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@
|
|||
/* varin */
|
||||
|
||||
%define %value_varin_typemap(asval_meth,frag,Type...)
|
||||
%typemap(varin,noblock=1,fragment=frag) Type {
|
||||
%typemap(varin,fragment=frag) Type {
|
||||
Type val;
|
||||
int res = asval_meth($input, &val);
|
||||
if (!SWIG_IsOK(res)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue