summaryrefslogtreecommitdiff
path: root/zwgc/xrevstack.c
diff options
context:
space:
mode:
authorGravatar Greg Hudson <ghudson@mit.edu>1997-09-14 18:12:16 +0000
committerGravatar Greg Hudson <ghudson@mit.edu>1997-09-14 18:12:16 +0000
commitce6018836c422c86a729ba39fe5433ec11b87b02 (patch)
treecc2e6601489384fcf41e0565e8906822897b46c8 /zwgc/xrevstack.c
parentac16f380e349fa39ec7e26bccb5456cb300006a5 (diff)
Pull in sources from zephyr locker. See /mit/zephyr/repository for
detailed change information.
Diffstat (limited to 'zwgc/xrevstack.c')
-rw-r--r--zwgc/xrevstack.c12
1 files changed, 9 insertions, 3 deletions
diff --git a/zwgc/xrevstack.c b/zwgc/xrevstack.c
index ae22da7..d594b6e 100644
--- a/zwgc/xrevstack.c
+++ b/zwgc/xrevstack.c
@@ -12,15 +12,18 @@
* "mit-copyright.h".
*/
+#include <sysdep.h>
+
#if (!defined(lint) && !defined(SABER))
-static char rcsid_xrevstack_c[] = "$Id$";
+static const char rcsid_xrevstack_c[] = "$Id$";
#endif
#include <zephyr/mit-copyright.h>
-#ifdef REVSTACK
+#ifndef X_DISPLAY_MISSING
+
+#ifndef TRUEREVSTACK
#include "X_gram.h"
-#include <stdio.h>
x_gram *bottom_gram = NULL;
x_gram *unlinked = NULL;
@@ -260,3 +263,6 @@ x_gram *gram;
}
#endif /* TRUEREVSTACK */
+
+#endif /* X_DISPLAY_MISSING */
+