Author: cmpilato
Date: Fri May 3 17:06:06 2013
New Revision: 1478873
URL: http://svn.apache.org/r1478873
Log:
* subversion/include/svn_config.h
(SVN_CONFIG_OPTION_DIFF_IGNORE_CONTENT_TYPE): Move to the right vertical
location in the file.
Modified:
subversion/trunk/subversion/include/svn_config.h
Modified: subversion/trunk/subversion/include/svn_config.h
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_config.h?rev=1478873&r1=1478872&r2=1478873&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_config.h (original)
+++ subversion/trunk/subversion/include/svn_config.h Fri May 3 17:06:06 2013
@@ -110,8 +110,6 @@ typedef struct svn_config_t svn_config_t
#define SVN_CONFIG_OPTION_DIFF_CMD "diff-cmd"
/** @since New in 1.7. */
#define SVN_CONFIG_OPTION_DIFF_EXTENSIONS "diff-extensions"
-/** @since New in 1.9. */
-#define SVN_CONFIG_OPTION_DIFF_IGNORE_CONTENT_TYPE "diff-ignore-content-type"
#define SVN_CONFIG_OPTION_DIFF3_CMD "diff3-cmd"
#define SVN_CONFIG_OPTION_DIFF3_HAS_PROGRAM_ARG "diff3-has-program-arg"
#define SVN_CONFIG_OPTION_MERGE_TOOL_CMD "merge-tool-cmd"
@@ -127,6 +125,8 @@ typedef struct svn_config_t svn_config_t
#define SVN_CONFIG_OPTION_PRESERVED_CF_EXTS
"preserved-conflict-file-exts"
#define SVN_CONFIG_OPTION_INTERACTIVE_CONFLICTS "interactive-conflicts"
#define SVN_CONFIG_OPTION_MEMORY_CACHE_SIZE "memory-cache-size"
+/** @since New in 1.9. */
+#define SVN_CONFIG_OPTION_DIFF_IGNORE_CONTENT_TYPE "diff-ignore-content-type"
#define SVN_CONFIG_SECTION_TUNNELS "tunnels"
#define SVN_CONFIG_SECTION_AUTO_PROPS "auto-props"
/** @since New in 1.8. */