|
|
@ -1,18 +0,0 @@ |
|
|
|
--- ./subversion/bindings/swig/core.i.orig 2005-08-16 13:40:09.000000000 +0200
|
|
|
|
+++ ./subversion/bindings/swig/core.i 2005-08-16 13:40:33.000000000 +0200
|
|
|
|
@@ -425,13 +425,13 @@
|
|
|
|
|
|
|
|
static apr_pool_t *current_pool = 0; |
|
|
|
|
|
|
|
-SWIGEXPORT(apr_pool_t *)
|
|
|
|
+SWIGEXPORT apr_pool_t *
|
|
|
|
svn_swig_pl_get_current_pool (void) |
|
|
|
{ |
|
|
|
return current_pool; |
|
|
|
} |
|
|
|
|
|
|
|
-SWIGEXPORT(void)
|
|
|
|
+SWIGEXPORT void
|
|
|
|
svn_swig_pl_set_current_pool (apr_pool_t *pool) |
|
|
|
{ |
|
|
|
current_pool = pool; |