You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2010/06/23 14:01:58 UTC

svn commit: r957169 - /subversion/trunk/subversion/libsvn_wc/deprecated.c

Author: julianfoad
Date: Wed Jun 23 12:01:58 2010
New Revision: 957169

URL: http://svn.apache.org/viewvc?rev=957169&view=rev
Log:
* /home/julianfoad/src/subversion-b/subversion/libsvn_wc/deprecated.c
  (svn_wc_mark_missing_deleted): Change 'subversion/libsvn_wc/merge.cif SINGLE_DB' to 'subversion/libsvn_wc/merge.cifdef SINGLE_DB'
    to match other usage. A follow-up to r954880.

Modified:
    subversion/trunk/subversion/libsvn_wc/deprecated.c

Modified: subversion/trunk/subversion/libsvn_wc/deprecated.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/deprecated.c?rev=957169&r1=957168&r2=957169&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/deprecated.c (original)
+++ subversion/trunk/subversion/libsvn_wc/deprecated.c Wed Jun 23 12:01:58 2010
@@ -1977,7 +1977,7 @@ svn_wc_mark_missing_deleted(const char *
                             svn_wc_adm_access_t *parent,
                             apr_pool_t *pool)
 {
-#if SINGLE_DB
+#ifdef SINGLE_DB
   /* With a single DB a node will never be missing */
   return svn_error_createf(SVN_ERR_WC_PATH_FOUND, NULL,
                            _("Unexpectedly found '%s': "