]> git.pld-linux.org Git - packages/subversion.git/commitdiff
- SWIGEXPORT used properly takes no parenthesis
authorsaq <saq@pld-linux.org>
Mon, 27 Jun 2005 00:00:52 +0000 (00:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    subversion-SWIGEXPORT.patch -> 1.1

subversion-SWIGEXPORT.patch [new file with mode: 0644]

diff --git a/subversion-SWIGEXPORT.patch b/subversion-SWIGEXPORT.patch
new file mode 100644 (file)
index 0000000..f3e0764
--- /dev/null
@@ -0,0 +1,18 @@
+--- subversion-1.2.0/subversion/bindings/swig/core.i.orig      2005-06-27 00:50:27.000000000 +0200
++++ subversion-1.2.0/subversion/bindings/swig/core.i   2005-06-27 00:50:40.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;
This page took 0.030425 seconds and 4 git commands to generate.