From 4daed9da6aad48d2de8029368503ca2976370a29 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 1d5ce4a06..43d8a1b29 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 b5d5b4c2f..67f87139a 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. *