diff --git a/util/opt/alloc.c b/util/opt/alloc.c index df82cfed..694a0561 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 1fef2844..ab842f84 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 3df6c4e3..2f7d79ad 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 567baa82..f924dc05 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 185bd4e2..11b274fd 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 8696cb8d..1a52beea 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 12ca07f1..0c763d84 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 627a9991..cc152bca 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 ffa5fb43..5147aa90 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 b44f20ac..85529cdc 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 d7f9a336..9d5be0a5 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"