summaryrefslogtreecommitdiffstats
path: root/atc/grammar.y
diff options
context:
space:
mode:
Diffstat (limited to 'atc/grammar.y')
-rw-r--r--atc/grammar.y3
1 files changed, 2 insertions, 1 deletions
diff --git a/atc/grammar.y b/atc/grammar.y
index a59a3820..d4a31d33 100644
--- a/atc/grammar.y
+++ b/atc/grammar.y
@@ -62,7 +62,8 @@
#include "include.h"
#ifndef lint
-static char sccsid[] = "@(#)grammar.y 5.2 (Berkeley) 4/30/90";
+/*static char sccsid[] = "from: @(#)grammar.y 5.2 (Berkeley) 4/30/90";*/
+static char rcsid[] = "$Id: grammar.y,v 1.2 1993/08/01 18:57:12 mycroft Exp $";
#endif /* not lint */
int errors = 0;