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 *