summaryrefslogtreecommitdiff
path: root/zwgc/xrevstack.c
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1989-11-08 09:38:21 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1989-11-08 09:38:21 +0000
commit7e2e491fa13dfa0d3c182a2c82c59ac58892c449 (patch)
tree92ec2cee941b68cf168becc9a3ba0ef2569ac86d /zwgc/xrevstack.c
parenta25eb4ce1a185c50eb2437f2099fabf51ffded2b (diff)
put #ifdef's around the code
Diffstat (limited to 'zwgc/xrevstack.c')
-rw-r--r--zwgc/xrevstack.c4
1 files changed, 3 insertions, 1 deletions
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 <zephyr/mit-copyright.h>
#include "X_gram.h"
@@ -176,3 +177,4 @@ x_gram *gram;
#endif
}
+#endif /* REVSTACK */