mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

18 lines
448 B

--- ./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;