You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2014/02/25 01:55:15 UTC

svn commit: r1571500 - in /subversion/trunk/subversion: libsvn_subr/ctype.c tests/libsvn_subr/named_atomic-test-common.h

Author: danielsh
Date: Tue Feb 25 00:55:15 2014
New Revision: 1571500

URL: http://svn.apache.org/r1571500
Log:
Revert portions of r1571499.

* subversion/libsvn_subr/ctype.c:
    Revert, because it breaks the windows build (see extractor.py).

* subversion/tests/libsvn_subr/named_atomic-test-common.h
    Revert, because it breaks the warnings bot.  (If there's a better fix
    it can come in a subsequent commit.)

Modified:
    subversion/trunk/subversion/libsvn_subr/ctype.c
    subversion/trunk/subversion/tests/libsvn_subr/named_atomic-test-common.h

Modified: subversion/trunk/subversion/libsvn_subr/ctype.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_subr/ctype.c?rev=1571500&r1=1571499&r2=1571500&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_subr/ctype.c (original)
+++ subversion/trunk/subversion/libsvn_subr/ctype.c Tue Feb 25 00:55:15 2014
@@ -25,7 +25,7 @@
 
 #include "svn_ctype.h"
 
-static const apr_uint32_t svn_ctype_table_internal[256] =
+const apr_uint32_t svn_ctype_table_internal[256] =
   {
     /* **** DO NOT EDIT! ****
        This table was generated by genctype.py, make changes there. */

Modified: subversion/trunk/subversion/tests/libsvn_subr/named_atomic-test-common.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/libsvn_subr/named_atomic-test-common.h?rev=1571500&r1=1571499&r2=1571500&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/libsvn_subr/named_atomic-test-common.h (original)
+++ subversion/trunk/subversion/tests/libsvn_subr/named_atomic-test-common.h Tue Feb 25 00:55:15 2014
@@ -37,9 +37,9 @@
 #define HUGE_VALUE 1234567890123456ll
 
 /* to separate this code from any production environment */
-static const char *name_namespace = NULL;
-static const char *name_namespace1 = NULL;
-static const char *name_namespace2 = NULL;
+const char *name_namespace = NULL;
+const char *name_namespace1 = NULL;
+const char *name_namespace2 = NULL;
 
 /* data structure containing all information we need to check for
  * a) passing some deadline