From 43de6c3b781f78a82a90bc2a048aed4f28422c2c 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 f64cb220..4403149f 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 */