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 2011/04/24 10:47:16 UTC

svn commit: r1096283 - /subversion/trunk/subversion/include/svn_wc.h

Author: danielsh
Date: Sun Apr 24 08:47:16 2011
New Revision: 1096283

URL: http://svn.apache.org/viewvc?rev=1096283&view=rev
Log:
* subveresion/include/svn_wc.h
  (svn_wc_entry_t): Add a commented-out SVN_DEPRECATED marker, in order
    to make it easier to identify names that are @deprecated but not
    SVN_DEPRECATED.

Patch by: OCD
(not trying to imply any point here wrt Bert's reversion of the marker ---
only trying to make someone's life easier when they look for those
@deprecated-v.-SVN_DEPRECATED mismatches)

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

Modified: subversion/trunk/subversion/include/svn_wc.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_wc.h?rev=1096283&r1=1096282&r2=1096283&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_wc.h (original)
+++ subversion/trunk/subversion/include/svn_wc.h Sun Apr 24 08:47:16 2011
@@ -2653,6 +2653,7 @@ typedef enum svn_wc_schedule_t
  *
  * @deprecated Provided for backward compatibility with the 1.6 API.
  */
+/* SVN_DEPRECATED */
 typedef struct svn_wc_entry_t
 {
   /* IMPORTANT: If you extend this structure, add new fields to the end. */