From: ceriel Date: Tue, 9 Oct 1984 10:16:33 +0000 (+0000) Subject: added "#ifdef NORCSID" X-Git-Tag: release-5-5~6055 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=c89acc55c74e4a6b82afbf6fdf4969f07caec14b;p=ack.git added "#ifdef NORCSID" --- 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 */