Author: kotkov
Date: Mon Dec 15 12:34:33 2025
New Revision: 1930587

Log:
* subversion/include/svn_utf.h
  (SVN_APR_LOCALE_CHARSET, SVN_APR_DEFAULT_CHARSET): Restore the relative
   definition order to match the 1.14.x branch, avoiding unnecessary diff
   between the headers.  No functional changes.

Modified:
   subversion/trunk/subversion/include/svn_utf.h

Modified: subversion/trunk/subversion/include/svn_utf.h
==============================================================================
--- subversion/trunk/subversion/include/svn_utf.h       Mon Dec 15 12:28:44 
2025        (r1930586)
+++ subversion/trunk/subversion/include/svn_utf.h       Mon Dec 15 12:34:33 
2025        (r1930587)
@@ -43,17 +43,17 @@ extern "C" {
 #endif /* __cplusplus */
 
 /**
-  * Indicates the charset of the sourcecode at compile time names.  This is
-  * useful if there are literal strings in the source code which must
-  * be translated according to the charset of the source code.
-  */
-#define SVN_APR_DEFAULT_CHARSET APR_DEFAULT_CHARSET
-
-/**
  * To indicate charset names of the current locale
  */
 #define SVN_APR_LOCALE_CHARSET APR_LOCALE_CHARSET
 
+/**
+ * Indicates the charset of the sourcecode at compile time names.  This is
+ * useful if there are literal strings in the source code which must
+ * be translated according to the charset of the source code.
+ */
+#define SVN_APR_DEFAULT_CHARSET APR_DEFAULT_CHARSET
+
   /**
  * Initialize the UTF-8 encoding/decoding routines.
  * Allocate cached translation handles in a subpool of @a pool.

Reply via email to