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 2014/03/24 00:37:49 UTC

svn commit: r1580661 - /subversion/branches/1.8.x-r1580626/subversion/tests/libsvn_wc/op-depth-test.c

Author: rhuijben
Date: Sun Mar 23 23:37:48 2014
New Revision: 1580661

URL: http://svn.apache.org/r1580661
Log:
* subversion/tests/libsvn_wc/op-depth-test.c
  (SVN_VA_NULL): Define this macro here, to avoid further backport problems.


Modified:
    subversion/branches/1.8.x-r1580626/subversion/tests/libsvn_wc/op-depth-test.c

Modified: subversion/branches/1.8.x-r1580626/subversion/tests/libsvn_wc/op-depth-test.c
URL: http://svn.apache.org/viewvc/subversion/branches/1.8.x-r1580626/subversion/tests/libsvn_wc/op-depth-test.c?rev=1580661&r1=1580660&r2=1580661&view=diff
==============================================================================
--- subversion/branches/1.8.x-r1580626/subversion/tests/libsvn_wc/op-depth-test.c (original)
+++ subversion/branches/1.8.x-r1580626/subversion/tests/libsvn_wc/op-depth-test.c Sun Mar 23 23:37:48 2014
@@ -55,6 +55,14 @@
 #pragma warning(disable: 4221) /* nonstandard extension used */
 #endif
 
+/* This macro is not available in 1.8.x, but let's just use it here */
+#ifndef SVN_VA_NULL
+struct svn_null_pointer_constant_stdarg_sentinel_t;
+
+/** Null pointer constant used as a sentinel in variable argument lists. */
+#define SVN_VA_NULL ((struct svn_null_pointer_constant_stdarg_sentinel_t*)0)
+#endif
+
 /* Compare strings, like strcmp but either or both may be NULL which
  * compares equal to NULL and not equal to any non-NULL string. */
 static int