From 317ab99ecf2c5a083b089173b4819e8838ee8d41 Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 8 Oct 1984 17:11:03 +0000 Subject: [PATCH] Changed RCSid --- util/LLgen/src/alloc.c | 4 +++- util/LLgen/src/global.c | 4 +++- util/LLgen/src/machdep.c | 4 +++- util/LLgen/src/main.c | 4 +++- util/LLgen/src/name.c | 4 +++- util/LLgen/src/reach.c | 4 +++- util/LLgen/src/tokens.g | 4 +++- 7 files changed, 21 insertions(+), 7 deletions(-) diff --git a/util/LLgen/src/alloc.c b/util/LLgen/src/alloc.c index e40419e88..da86bbb92 100644 --- a/util/LLgen/src/alloc.c +++ b/util/LLgen/src/alloc.c @@ -31,7 +31,9 @@ # include "types.h" # include "extern.h" -static string rcsid = "$Header$"; +# ifndef NORCSID +static string rcsida = "$Header$"; +# endif static string e_nomem = "Out of memory"; diff --git a/util/LLgen/src/global.c b/util/LLgen/src/global.c index 9adb8d725..33e8fc8b9 100644 --- a/util/LLgen/src/global.c +++ b/util/LLgen/src/global.c @@ -32,7 +32,9 @@ # include "io.h" # include "tunable.h" -static string rcsid = "$Header$"; +# ifndef NORCSID +static string rcsid4 = "$Header$"; +# endif char ltext[LTEXTSZ]; t_entry h_entry[NTERMINALS+NNONTERMS+1]; diff --git a/util/LLgen/src/machdep.c b/util/LLgen/src/machdep.c index 47b640842..545447f2c 100644 --- a/util/LLgen/src/machdep.c +++ b/util/LLgen/src/machdep.c @@ -32,7 +32,9 @@ # include "../../../h/em_path.h" # include "types.h" -static string rcsid = "$Header$"; +# ifndef NORCSID +static string rcsid5 = "$Header$"; +# endif /* In this file the following routines are defined: */ extern UNLINK(); diff --git a/util/LLgen/src/main.c b/util/LLgen/src/main.c index b3e90b6c2..509df57db 100644 --- a/util/LLgen/src/main.c +++ b/util/LLgen/src/main.c @@ -34,7 +34,9 @@ # include "sets.h" # include "assert.h" -static string rcsid = "$Header$"; +# ifndef NORCSID +static string rcsid6 = "$Header$"; +# endif static string rec_file; static string incl_file; diff --git a/util/LLgen/src/name.c b/util/LLgen/src/name.c index fc5f10063..85ac10450 100644 --- a/util/LLgen/src/name.c +++ b/util/LLgen/src/name.c @@ -34,7 +34,9 @@ # include "assert.h" # include "io.h" -static string rcsid = "$Header$"; +# ifndef NORCSID +static string rcsid7 = "$Header$"; +# endif # define HASHSIZE 128 diff --git a/util/LLgen/src/reach.c b/util/LLgen/src/reach.c index 53d5a059a..72f8088e5 100644 --- a/util/LLgen/src/reach.c +++ b/util/LLgen/src/reach.c @@ -35,7 +35,9 @@ # include "io.h" # include "assert.h" -static string rcsid = "$Header$"; +# ifndef NORCSID +static string rcsid8 = "$Header$"; +# endif /* In this file the following routines are defined: */ extern co_reach(); diff --git a/util/LLgen/src/tokens.g b/util/LLgen/src/tokens.g index 86fa7792e..c251595be 100644 --- a/util/LLgen/src/tokens.g +++ b/util/LLgen/src/tokens.g @@ -36,7 +36,9 @@ # include "extern.h" # include "assert.h" -static string rcsid = "$Header$"; +# ifndef NORCSID +static string rcsidc = "$Header$"; +# endif /* Here are defined : */ extern int scanner(); -- 2.34.1