[BACK]Return to rcsprog.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / rcs

Diff for /src/usr.bin/rcs/rcsprog.h between version 1.39 and 1.40

version 1.39, 2006/03/15 19:59:37 version 1.40, 2006/04/01 05:58:17
Line 50 
Line 50 
 #define CO_STATE        (1<<8)  #define CO_STATE        (1<<8)
 #define CO_UNLOCK       (1<<9)  #define CO_UNLOCK       (1<<9)
   
   /* flags specific to rcsprog.c */
   #define RCSPROG_EFLAG   (1<<10)
   #define RCSPROG_NFLAG   (1<<11)
   #define RCSPROG_TFLAG   (1<<12)
   
 /* shared flags  */  /* shared flags  */
 #define FORCE           (1<<10)  #define FORCE           (1<<13)
 #define INTERACTIVE     (1<<11)  #define INTERACTIVE     (1<<14)
 #define NEWFILE         (1<<12)  #define NEWFILE         (1<<15)
 #define PRESERVETIME    (1<<13)  #define PRESERVETIME    (1<<16)
   
 extern char     *__progname;  extern char     *__progname;
 extern const char       rcs_version[];  extern const char       rcs_version[];

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40