From 4f6d0dceaef00c81af17c9421d02b385881f685b Mon Sep 17 00:00:00 2001 From: sater Date: Tue, 26 Jun 1984 10:08:37 +0000 Subject: [PATCH] added rcsid --- util/misc/Makefile | 2 ++ util/misc/decode.c | 4 ++++ util/misc/encode.c | 4 ++++ 3 files changed, 10 insertions(+) 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 * -- 2.34.1