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 *