Added SetNoneComparison call to PYTHON::top

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4479 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Mark Rose 2003-03-08 10:01:30 +00:00
commit f10ce6cc84
7 changed files with 55 additions and 35 deletions

View file

@ -396,6 +396,9 @@ public:
}
}
/* Set comparison with none for ConstructorToFunction */
SetNoneComparison( NewString( "$arg != Py_None" ) );
/* Initialize all of the output files */
String *outfile = Getattr(n,"outfile");
String *outfile_h = Getattr(n, "outfile_h");