From c89acc55c74e4a6b82afbf6fdf4969f07caec14b Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 9 Oct 1984 10:16:33 +0000 Subject: [PATCH] added "#ifdef NORCSID" --- util/LLgen/lib/rec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/util/LLgen/lib/rec b/util/LLgen/lib/rec index f64cb2205..4403149fb 100644 --- a/util/LLgen/lib/rec +++ b/util/LLgen/lib/rec @@ -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 */