]> git.saurik.com Git - wxWidgets.git/blob - wxPython/SWIG/swig.python-2.patch
0b0486387a84ab866eefa5707be1eb046c116557
[wxWidgets.git] / wxPython / SWIG / swig.python-2.patch
1 Index: Source/Modules/python.cxx
2 ===================================================================
3 RCS file: /cvsroot/SWIG/Source/Modules/python.cxx,v
4 retrieving revision 1.26
5 diff -u -r1.26 python.cxx
6 --- Source/Modules/python.cxx 31 Oct 2003 17:55:38 -0000 1.26
7 +++ Source/Modules/python.cxx 4 Nov 2003 01:34:47 -0000
8 @@ -1870,7 +1870,10 @@
9 classic = 0;
10 modern = 1;
11 }
12 -
13 + if (Getattr(n,"feature:noautorepr")) {
14 + have_repr = 1;
15 + }
16 +
17 shadow_indent = (String *) tab4;
18
19 class_name = Getattr(n,"sym:name");