From: sater Date: Fri, 18 May 1984 19:57:22 +0000 (+0000) Subject: added rcsid X-Git-Tag: release-5-5~6277 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=4daed9da6aad48d2de8029368503ca2976370a29;p=ack.git added rcsid --- 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. *