From: sater Date: Thu, 17 May 1984 13:57:07 +0000 (+0000) Subject: added rcsid X-Git-Tag: release-5-5~6288 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=b40016f6fde6e6512b3f5b28396aa6c85f9df016;p=ack.git added rcsid --- diff --git a/util/opt/alloc.c b/util/opt/alloc.c index df82cfedf..694a0561c 100644 --- a/util/opt/alloc.c +++ b/util/opt/alloc.c @@ -1,3 +1,7 @@ +#ifndef NORCSID +static char rcsid[] = "$Header$"; +#endif + #include #include "param.h" #include "types.h" diff --git a/util/opt/backward.c b/util/opt/backward.c index 1fef28440..ab842f843 100644 --- a/util/opt/backward.c +++ b/util/opt/backward.c @@ -1,3 +1,7 @@ +#ifndef NORCSID +static char rcsid[] = "$Header$"; +#endif + #include "param.h" #include "types.h" #include "assert.h" diff --git a/util/opt/flow.c b/util/opt/flow.c index 3df6c4e30..2f7d79add 100644 --- a/util/opt/flow.c +++ b/util/opt/flow.c @@ -1,3 +1,7 @@ +#ifndef NORCSID +static char rcsid[] = "$Header$"; +#endif + #include "param.h" #include "types.h" #include "../../h/em_flag.h" diff --git a/util/opt/lookup.c b/util/opt/lookup.c index 567baa82c..f924dc058 100644 --- a/util/opt/lookup.c +++ b/util/opt/lookup.c @@ -1,3 +1,7 @@ +#ifndef NORCSID +static char rcsid[] = "$Header$"; +#endif + #include "param.h" #include "types.h" #include "lookup.h" diff --git a/util/opt/main.c b/util/opt/main.c index 185bd4e28..11b274fd7 100644 --- a/util/opt/main.c +++ b/util/opt/main.c @@ -1,3 +1,7 @@ +#ifndef NORCSID +static char rcsid[] = "$Header$"; +#endif + #include #include "param.h" #include "types.h" diff --git a/util/opt/peephole.c b/util/opt/peephole.c index 8696cb8dc..1a52beea7 100644 --- a/util/opt/peephole.c +++ b/util/opt/peephole.c @@ -1,3 +1,7 @@ +#ifndef NORCSID +static char rcsid[] = "$Header$"; +#endif + #include "param.h" #include "types.h" #include "assert.h" diff --git a/util/opt/process.c b/util/opt/process.c index 12ca07f14..0c763d847 100644 --- a/util/opt/process.c +++ b/util/opt/process.c @@ -1,3 +1,7 @@ +#ifndef NORCSID +static char rcsid[] = "$Header$"; +#endif + #include "param.h" #include "types.h" #include "assert.h" diff --git a/util/opt/putline.c b/util/opt/putline.c index 627a9991c..cc152bca1 100644 --- a/util/opt/putline.c +++ b/util/opt/putline.c @@ -1,3 +1,7 @@ +#ifndef NORCSID +static char rcsid[] = "$Header$"; +#endif + #include "param.h" #include "types.h" #include "assert.h" diff --git a/util/opt/special.c b/util/opt/special.c index ffa5fb43d..5147aa904 100644 --- a/util/opt/special.c +++ b/util/opt/special.c @@ -1,3 +1,7 @@ +#ifndef NORCSID +static char rcsid[] = "$Header$"; +#endif + #include "param.h" #include "types.h" diff --git a/util/opt/util.c b/util/opt/util.c index b44f20ac8..85529cdcc 100644 --- a/util/opt/util.c +++ b/util/opt/util.c @@ -1,3 +1,7 @@ +#ifndef NORCSID +static char rcsid[] = "$Header$"; +#endif + #include #include "param.h" #include "types.h" diff --git a/util/opt/var.c b/util/opt/var.c index d7f9a3364..9d5be0a58 100644 --- a/util/opt/var.c +++ b/util/opt/var.c @@ -1,3 +1,7 @@ +#ifndef NORCSID +static char rcsid[] = "$Header$"; +#endif + #include #include "param.h" #include "types.h"