Removed the old patch files for swig
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15315 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
*** Modules\python.cxx.orig Fri May 11 16:04:01 2001
|
||||
--- Modules\python.cxx Fri May 11 16:14:08 2001
|
||||
***************
|
||||
*** 879,885 ****
|
||||
// If there was a result, it was saved in _result.
|
||||
// If the function is a void type, don't do anything.
|
||||
|
||||
! if ((tm = typemap_lookup("out","python",d,iname,"_result","_resultobj"))) {
|
||||
// Yep. Use it instead of the default
|
||||
f.code << tm << "\n";
|
||||
} else {
|
||||
--- 879,886 ----
|
||||
// If there was a result, it was saved in _result.
|
||||
// If the function is a void type, don't do anything.
|
||||
|
||||
! if ((strncmp(name, "new_", 4) != 0) && // don't use the out typemap for constructors
|
||||
! (tm = typemap_lookup("out","python",d,iname,"_result","_resultobj"))) {
|
||||
// Yep. Use it instead of the default
|
||||
f.code << tm << "\n";
|
||||
} else {
|
||||
Reference in New Issue
Block a user