Changed RCSid
authorceriel <none@none>
Mon, 8 Oct 1984 17:11:03 +0000 (17:11 +0000)
committerceriel <none@none>
Mon, 8 Oct 1984 17:11:03 +0000 (17:11 +0000)
util/LLgen/src/alloc.c
util/LLgen/src/global.c
util/LLgen/src/machdep.c
util/LLgen/src/main.c
util/LLgen/src/name.c
util/LLgen/src/reach.c
util/LLgen/src/tokens.g

index e40419e..da86bbb 100644 (file)
@@ -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";
 
index 9adb8d7..33e8fc8 100644 (file)
@@ -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];
index 47b6408..545447f 100644 (file)
@@ -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();
index b3e90b6..509df57 100644 (file)
@@ -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;
index fc5f100..85ac104 100644 (file)
@@ -34,7 +34,9 @@
 # include "assert.h"
 # include "io.h"
 
-static string rcsid = "$Header$";
+# ifndef NORCSID
+static string rcsid7 = "$Header$";
+# endif
 
 # define HASHSIZE 128
 
index 53d5a05..72f8088 100644 (file)
@@ -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();
index 86fa779..c251595 100644 (file)
@@ -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();