updated comment

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38162 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-03-17 00:54:51 +00:00
parent 90ab4a358c
commit 8f146d6b11

View File

@@ -5,8 +5,9 @@
// The standard t_output_helper has been changed to return a list rather than // The standard t_output_helper has been changed to return a list rather than
// a tuple, we'll replace it with the old implementation here. In SWIG 1.3.27 // a tuple, we'll replace it with the old implementation here. In SWIG 1.3.27
// and earlier it is implemented as a $fragment, so it is only inserted into // and earlier it is implemented as a $fragment, so it is only inserted into
// the modules that need it. For SWIG 1.3.28 we just need to add a -D on the // the modules that need it. For SWIG 1.3.28+ we just need to add a -D on the
// compile command line to turn on this version of the AppendOuput function. // compile command line to turn on the tuple version of the AppendOuput
// function.
#if SWIG_VERSION < 0x010328 #if SWIG_VERSION < 0x010328
%fragment("t_output_helper","header") %fragment("t_output_helper","header")
%{ %{