Author: ehu
Date: Mon Sep  6 14:15:36 2010
New Revision: 993037

URL: http://svn.apache.org/viewvc?rev=993037&view=rev
Log:
To make Visual C++ happy, replace a conditional with a ### comment.

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

Modified: subversion/trunk/subversion/libsvn_wc/wc_db.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/wc_db.c?rev=993037&r1=993036&r2=993037&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc_db.c (original)
+++ subversion/trunk/subversion/libsvn_wc/wc_db.c Mon Sep  6 14:15:36 2010
@@ -847,9 +847,8 @@ insert_incomplete_working_children(svn_s
                                 wc_id,
                                 svn_relpath_join(local_relpath, name,
                                                  scratch_pool),
-#ifndef SINGLE_DB
-                                (apr_int64_t) 2, /* non-THIS_DIR working */
-#endif
+                                (apr_int64_t) 2, /* ### op_depth
+                                                    non-THIS_DIR working */
                                 local_relpath));
       SVN_ERR(svn_sqlite__insert(NULL, stmt_node));
 #endif


Reply via email to