From ea7d4c41470afad8012a131280e4293294992b54 Mon Sep 17 00:00:00 2001 From: sater Date: Fri, 18 May 1984 19:57:22 +0000 Subject: [PATCH] added rcsid --- util/cgg/Makefile | 2 ++ util/cgg/bootlex.l | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/util/cgg/Makefile b/util/cgg/Makefile index 1d5ce4a0..43d8a1b2 100644 --- a/util/cgg/Makefile +++ b/util/cgg/Makefile @@ -1,3 +1,5 @@ +# $Header$ + PREFLAGS=-I../../h CFLAGS=$(PREFLAGS) LDFLAGS=-i diff --git a/util/cgg/bootlex.l b/util/cgg/bootlex.l index b5d5b4c2..67f87139 100644 --- a/util/cgg/bootlex.l +++ b/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. *