summaryrefslogtreecommitdiffstats
path: root/backgammon/common_source/table.c
diff options
context:
space:
mode:
Diffstat (limited to 'backgammon/common_source/table.c')
-rw-r--r--backgammon/common_source/table.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/backgammon/common_source/table.c b/backgammon/common_source/table.c
index 9555e8dd..a46a50dd 100644
--- a/backgammon/common_source/table.c
+++ b/backgammon/common_source/table.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)table.c 5.4 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)table.c 5.4 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: table.c,v 1.2 1993/08/01 18:56:35 mycroft Exp $";
#endif /* not lint */
#include "back.h"