You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2011/05/15 19:13:51 UTC

svn commit: r1103464 - /subversion/trunk/subversion/bindings/swig/include/svn_global.swg

Author: rhuijben
Date: Sun May 15 17:13:50 2011
New Revision: 1103464

URL: http://svn.apache.org/viewvc?rev=1103464&view=rev
Log:
Following up on r1103457, try to fix the swig build by upgrading the maximum
allowed number of arguments.

* subversion/bindings/swig/include/svn_global.swg
  (svn_argnum_obj*): Follow recommendation on how to support functions with
    more than 20 arguments, by adding more #defines to double the existing
    maximum.

Modified:
    subversion/trunk/subversion/bindings/swig/include/svn_global.swg

Modified: subversion/trunk/subversion/bindings/swig/include/svn_global.swg
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/swig/include/svn_global.swg?rev=1103464&r1=1103463&r2=1103464&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/swig/include/svn_global.swg (original)
+++ subversion/trunk/subversion/bindings/swig/include/svn_global.swg Sun May 15 17:13:50 2011
@@ -86,7 +86,7 @@ static PyObject * _global_py_pool = NULL
 #define $svn_argnum svn_argnum_$input
 
 /* We assume here that Subversion functions have no more than
-   20 fixed parameters. If you want to wrap a function that has
+   40 fixed parameters. If you want to wrap a function that has
    more fixed parameters, you'll need to add more #define
    statements. */
 %{