[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.42 and 1.43

version 1.42, 2006/04/07 12:54:40 version 1.43, 2006/04/09 19:22:23
Line 47 
Line 47 
 #define CO_AUTHOR       (1<<5)  #define CO_AUTHOR       (1<<5)
 #define CO_LOCK         (1<<6)  #define CO_LOCK         (1<<6)
 #define CO_REVDATE      (1<<7)  #define CO_REVDATE      (1<<7)
 #define CO_STATE        (1<<8)  #define CO_REVERT       (1<<8)
 #define CO_UNLOCK       (1<<9)  #define CO_STATE        (1<<9)
   #define CO_UNLOCK       (1<<10)
   
 /* flags specific to rcsprog.c */  /* flags specific to rcsprog.c */
 #define RCSPROG_EFLAG   (1<<10)  #define RCSPROG_EFLAG   (1<<11)
 #define RCSPROG_LFLAG   (1<<11)  #define RCSPROG_LFLAG   (1<<12)
 #define RCSPROG_NFLAG   (1<<12)  #define RCSPROG_NFLAG   (1<<13)
 #define RCSPROG_TFLAG   (1<<13)  #define RCSPROG_TFLAG   (1<<14)
 #define RCSPROG_UFLAG   (1<<14)  #define RCSPROG_UFLAG   (1<<15)
   
 /* shared flags  */  /* shared flags  */
 #define FORCE           (1<<15)  #define FORCE           (1<<16)
 #define INTERACTIVE     (1<<16)  #define INTERACTIVE     (1<<17)
 #define NEWFILE         (1<<17)  #define NEWFILE         (1<<18)
 #define PRESERVETIME    (1<<18)  #define PRESERVETIME    (1<<19)
   
 extern char     *__progname;  extern char     *__progname;
 extern const char       rcs_version[];  extern const char       rcs_version[];

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43