added "#ifdef NORCSID"
authorceriel <none@none>
Tue, 9 Oct 1984 10:16:33 +0000 (10:16 +0000)
committerceriel <none@none>
Tue, 9 Oct 1984 10:16:33 +0000 (10:16 +0000)
util/LLgen/lib/rec

index f64cb22..4403149 100644 (file)
@@ -3,7 +3,9 @@
  * This file is copied into Lpars.c.
  */
 
+# ifndef NORCSID
 static char *rcsid = "$Header$";
+# endif
 
 #define LLSTSIZ        1024
 static short   LLstack[LLSTSIZ];               /* Recovery stack */