From ef3aa6fa576dd88883ac2faeee60a8ea7696f078 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 10db0cbc..32cd9ad0 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 b239d925..6edcc8b6 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 86e76acd..0aee6277 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 *