Fixed [ 649022 ] Compilation problems with KAI/KCC
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4159 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
c95025bc43
commit
2763445c81
4 changed files with 4 additions and 4 deletions
|
|
@ -1161,7 +1161,7 @@ public:
|
|||
String *namestr = SwigType_namestr(name); // does template expansion
|
||||
|
||||
klass = RCLASS(classes, Char(namestr));
|
||||
assert(klass);
|
||||
assert(klass != 0);
|
||||
Delete(namestr);
|
||||
String *valid_name = NewString(symname);
|
||||
validate_const_name(Char(valid_name), "class");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue