diff options
author | Joris Vink <joris@cvs.openbsd.org> | 2005-08-02 11:48:57 +0000 |
---|---|---|
committer | Joris Vink <joris@cvs.openbsd.org> | 2005-08-02 11:48:57 +0000 |
commit | 98dcaa0b510270122b00489d05e5ab2c80554f8c (patch) | |
tree | 00f40222d8af5ac802fe3e142a13214d432e2407 /usr.bin/cvs/rcs.h | |
parent | cbc2f339d8e1d0a0a6199375b0e86fafd8e69a35 (diff) |
handle magic branch numbers.
ok xsa@, jfb@
Diffstat (limited to 'usr.bin/cvs/rcs.h')
-rw-r--r-- | usr.bin/cvs/rcs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/cvs/rcs.h b/usr.bin/cvs/rcs.h index fbe4c48cd07..f46194a6e85 100644 --- a/usr.bin/cvs/rcs.h +++ b/usr.bin/cvs/rcs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rcs.h,v 1.30 2005/07/25 11:28:59 xsa Exp $ */ +/* $OpenBSD: rcs.h,v 1.31 2005/08/02 11:48:56 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -49,6 +49,7 @@ #define RCS_SYM_INVALCHAR "$,.:;@" +#define RCS_MAGIC_BRANCH ".0." #define RCS_STATE_EXP "Exp" #define RCS_STATE_DEAD "dead" |