Author: stefan2
Date: Tue Jul 30 14:24:55 2013
New Revision: 1508460
URL: http://svn.apache.org/r1508460
Log:
We should define SVN_HAS_DUNDER_BUILTINS under Windows as well
(as "optimization not supported")
* subversion/svn_private_config.hw
(SVN_HAS_DUNDER_BUILTINS): define as "not supported"
Suggested by: danielsh
Modified:
subversion/trunk/subversion/svn_private_config.hw
Modified: subversion/trunk/subversion/svn_private_config.hw
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/svn_private_config.hw?rev=1508460&r1=1508459&r2=1508460&view=diff
==============================================================================
--- subversion/trunk/subversion/svn_private_config.hw (original)
+++ subversion/trunk/subversion/svn_private_config.hw Tue Jul 30 14:24:55 2013
@@ -48,6 +48,8 @@
#define SVN_FS_WANT_DB_MINOR 0
#define SVN_FS_WANT_DB_PATCH 14
+/* No support for __builtin_constant_p */
+#define SVN_HAS_DUNDER_BUILTINS 0
/* Path separator for local filesystem */
#define SVN_PATH_LOCAL_SEPARATOR '\\'