summaryrefslogtreecommitdiffstats
path: root/atc/grammar.y
diff options
context:
space:
mode:
Diffstat (limited to 'atc/grammar.y')
-rw-r--r--atc/grammar.y13
1 files changed, 9 insertions, 4 deletions
diff --git a/atc/grammar.y b/atc/grammar.y
index d4a31d33..a409b490 100644
--- a/atc/grammar.y
+++ b/atc/grammar.y
@@ -1,6 +1,8 @@
+/* $NetBSD: grammar.y,v 1.3 1995/03/21 15:03:59 cgd Exp $ */
+
/*-
- * Copyright (c) 1990 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1990, 1993
+ * The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Ed James.
@@ -62,8 +64,11 @@
#include "include.h"
#ifndef lint
-/*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 $";
+#if 0
+static char sccsid[] = "@(#)grammar.y 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: grammar.y,v 1.3 1995/03/21 15:03:59 cgd Exp $";
+#endif
#endif /* not lint */
int errors = 0;