cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] Changes to ccvs/src/client.h


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/src/client.h
Date: Tue, 11 Oct 2005 19:09:06 -0400

Index: ccvs/src/client.h
diff -u ccvs/src/client.h:1.60 ccvs/src/client.h:1.61
--- ccvs/src/client.h:1.60      Mon Sep 26 03:25:30 2005
+++ ccvs/src/client.h   Tue Oct 11 23:09:05 2005
@@ -117,10 +117,10 @@
                  unsigned int flags);
 
 /* Flags for send_files.  */
-# define SEND_BUILD_DIRS 1
-# define SEND_FORCE 2
-# define SEND_NO_CONTENTS 4
-# define BACKUP_MODIFIED_FILES 8
+# define SEND_BUILD_DIRS       (1 << 0)
+# define SEND_FORCE            (1 << 1)
+# define SEND_NO_CONTENTS      (1 << 2)
+# define BACKUP_MODIFIED_FILES (1 << 3)
 
 /* Send an argument to the remote server.  */
 void




reply via email to

[Prev in Thread] Current Thread [Next in Thread]