more centralization of swigkeys

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8382 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2006-01-12 00:41:13 +00:00
commit 637b61b321
4 changed files with 23 additions and 8 deletions

View file

@ -246,7 +246,7 @@ static String *make_name(Node *n, String *name,SwigType *decl) {
if (!name) return 0;
/* Check to see if the name is in the hash */
if (inclass) {
Setattr(n,"parentNode",current_class);
set_parentNode(n,current_class);
}
return Swig_name_make(n,Namespaceprefix,name,decl,add_oldname);
}