From 7e2e491fa13dfa0d3c182a2c82c59ac58892c449 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Wed, 8 Nov 1989 09:38:21 +0000 Subject: put #ifdef's around the code --- zwgc/xrevstack.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'zwgc/xrevstack.c') diff --git a/zwgc/xrevstack.c b/zwgc/xrevstack.c index 3eee823..af42f53 100644 --- a/zwgc/xrevstack.c +++ b/zwgc/xrevstack.c @@ -13,9 +13,10 @@ */ #if (!defined(lint) && !defined(SABER)) -static char rcsid_xrevstack_c[] = "$Header$"; +static char rcsid_xrevstack_c[] = "$Id$"; #endif +#ifdef REVSTACK #include #include "X_gram.h" @@ -176,3 +177,4 @@ x_gram *gram; #endif } +#endif /* REVSTACK */ -- cgit v1.2.3