Fixed large file assertion problem. Not really a problem with large files, but rather an

extraneous Delete in the code to emit type-tables that didn't cause a problem except
in interfaces that had lots of types (and classes).


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@850 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2000-09-18 02:18:45 +00:00
commit 1117997767

View file

@ -1486,7 +1486,6 @@ void SwigType_inherit_equiv(File *out) {
base = SwigType_base(rkey);
sub = Getattr(subclass,base);
if (!sub) {
Delete(base);
rkey = Nextkey(r_resolved);
continue;
}