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:
Dave Beazley 2003-12-05 18:50:16 +00:00
commit ac0be15578

View file

@ -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;