From: sater Date: Tue, 26 Jun 1984 10:08:37 +0000 (+0000) Subject: added rcsid X-Git-Tag: release-5-5~6241 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=4f6d0dceaef00c81af17c9421d02b385881f685b;p=ack.git added rcsid --- diff --git a/util/misc/Makefile b/util/misc/Makefile index 10db0cbc4..32cd9ad09 100644 --- a/util/misc/Makefile +++ b/util/misc/Makefile @@ -1,3 +1,5 @@ +# $Header$ + d=../.. h=$d/h l=$d/lib diff --git a/util/misc/decode.c b/util/misc/decode.c index b239d9257..6edcc8b67 100644 --- a/util/misc/decode.c +++ b/util/misc/decode.c @@ -15,6 +15,10 @@ * */ +#ifndef NORCSID +static char rcsid[] = "$Header$"; +#endif + /* * Decode compact EM assembly language * diff --git a/util/misc/encode.c b/util/misc/encode.c index 86e76acd7..0aee6277e 100644 --- a/util/misc/encode.c +++ b/util/misc/encode.c @@ -15,6 +15,10 @@ * */ +#ifndef NORCSID +static char rcsid[] = "$Header$"; +#endif + /* * Encode to compact EM assembly language *