Author: danielsh
Date: Thu Apr  4 14:08:04 2013
New Revision: 1464558

URL: http://svn.apache.org/r1464558
Log:
* subversion/include/svn_error_codes.h:
    Document that SVN_ERROR_BUILD_ARRAY is an implementation detail.  (See IRC
    just now for a few reasons behind this.)

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

Modified: subversion/trunk/subversion/include/svn_error_codes.h
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_error_codes.h?rev=1464558&r1=1464557&r2=1464558&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_error_codes.h (original)
+++ subversion/trunk/subversion/include/svn_error_codes.h Thu Apr  4 14:08:04 
2013
@@ -46,6 +46,10 @@
    not defined the enumerated constants yet.  */
 #if defined(SVN_ERROR_BUILD_ARRAY) || !defined(SVN_ERROR_ENUM_DEFINED)
 
+/* Note: despite lacking double underscores in its name, the macro
+   SVN_ERROR_BUILD_ARRAY is an implementation detail of Subversion and not
+   a public API. */
+
 
 #include <apr_errno.h>     /* APR's error system */
 


Reply via email to