Fixed Wrapper_new_local() function.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@579 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
c780f4bcf4
commit
18d39ded19
1 changed files with 1 additions and 0 deletions
|
|
@ -211,6 +211,7 @@ Wrapper_new_local(Wrapper *w, const DOHString_or_char *name, const DOHString_or_
|
|||
|
||||
Replace(ndecl, name, nname, DOH_REPLACE_ID);
|
||||
Setattr(w->localh,nname,ndecl);
|
||||
Printf(w->locals,"%s;\n", ndecl);
|
||||
ret = Char(nname);
|
||||
Delete(nname);
|
||||
Delete(ndecl);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue