summaryrefslogtreecommitdiffstats
path: root/atc/lex.l
diff options
context:
space:
mode:
Diffstat (limited to 'atc/lex.l')
-rw-r--r--atc/lex.l3
1 files changed, 2 insertions, 1 deletions
diff --git a/atc/lex.l b/atc/lex.l
index 65e0ad54..325b3e68 100644
--- a/atc/lex.l
+++ b/atc/lex.l
@@ -45,7 +45,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)lex.l 5.2 (Berkeley) 4/30/90";
+/*static char sccsid[] = "from: @(#)lex.l 5.2 (Berkeley) 4/30/90";*/
+static char rcsid[] = "$Id: lex.l,v 1.2 1993/08/01 18:57:07 mycroft Exp $";
#endif /* not lint */
#include "y.tab.h"