瀏覽代碼

added rcsid

sater 40 年之前
父節點
當前提交
4daed9da6a
共有 2 個文件被更改,包括 6 次插入0 次删除
  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.
  *