diff options
Diffstat (limited to 'backgammon/common_source/allow.c')
| -rw-r--r-- | backgammon/common_source/allow.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/backgammon/common_source/allow.c b/backgammon/common_source/allow.c index 2a7c9e0d..7744f474 100644 --- a/backgammon/common_source/allow.c +++ b/backgammon/common_source/allow.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)allow.c 5.4 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)allow.c 5.4 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: allow.c,v 1.2 1993/08/01 18:56:46 mycroft Exp $"; #endif /* not lint */ #include "back.h" |
