Browse Source

added rcsid

sater 40 years ago
parent
commit
4daed9da6a
2 changed files with 6 additions and 0 deletions
  1. 2 0
      util/cgg/Makefile
  2. 4 0
      util/cgg/bootlex.l

+ 2 - 0
util/cgg/Makefile

@@ -1,3 +1,5 @@
+# $Header$
+
 PREFLAGS=-I../../h
 CFLAGS=$(PREFLAGS)
 LDFLAGS=-i

+ 4 - 0
util/cgg/bootlex.l

@@ -1,4 +1,8 @@
 %{
+
+#ifndef NORCSID
+static char rcsid2[]="$Header$";
+#endif
 /*
  * (c) copyright 1983 by the Vrije Universiteit, Amsterdam, The Netherlands.
  *