fix name_set extra mangling that confuses chicken
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7810 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
a3a4859112
commit
c50b5284e2
1 changed files with 1 additions and 1 deletions
|
|
@ -244,7 +244,7 @@ Swig_name_set(const String_or_char *vname) {
|
|||
Append(r,f);
|
||||
}
|
||||
Replace(r,"%v",vname, DOH_REPLACE_ANY);
|
||||
name_mangle(r);
|
||||
/* name_mangle(r); */
|
||||
return r;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue