Restored patch that added "classtypeobj" attribute.
Guys..... please be careful when committing. I added this patch a couple of days ago and now it's suddenly gone. What's the deal? Did someone commit an old version of lang.cxx on top of this patch? -- Dave git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5488 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
d52d165d6f
commit
ac0be15578
1 changed files with 1 additions and 0 deletions
|
|
@ -1644,6 +1644,7 @@ int Language::classDeclaration(Node *n) {
|
|||
} else {
|
||||
ClassType = NewStringf("%s %s", kind, classname);
|
||||
}
|
||||
Setattr(n,"classtypeobj", Copy(ClassType));
|
||||
Setattr(n,"classtype", SwigType_namestr(ClassType));
|
||||
|
||||
InClass = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue