summaryrefslogtreecommitdiff
path: root/xc/lib/Xt/Intrinsic.c
diff options
context:
space:
mode:
authorrws <empty>1990-12-14 09:25:41 +0000
committerrws <empty>1990-12-14 09:25:41 +0000
commit8174e7a5d54a8498dda1b35ad4c408fb2bfa277f (patch)
treefcf99ae2dd3b11a163e94e0340fd0a5992df1657 /xc/lib/Xt/Intrinsic.c
parent369775b3b7782d44fc5e2e28e41f2284de357909 (diff)
#ifdef should be #if
Diffstat (limited to 'xc/lib/Xt/Intrinsic.c')
-rw-r--r--xc/lib/Xt/Intrinsic.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xc/lib/Xt/Intrinsic.c b/xc/lib/Xt/Intrinsic.c
index d7a377064..5e552dff2 100644
--- a/xc/lib/Xt/Intrinsic.c
+++ b/xc/lib/Xt/Intrinsic.c
@@ -1,4 +1,4 @@
-/* $XConsortium: Intrinsic.c,v 1.153 90/08/22 12:48:37 swick Exp $ */
+/* $XConsortium: Intrinsic.c,v 1.154 90/12/12 14:51:49 rws Exp $ */
/***********************************************************
Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts,
@@ -65,7 +65,7 @@ Boolean _XtCheckSubclassFlag(object, flag)
} /*_XtVerifySubclass */
-#ifdef NeedFunctionPrototypes
+#if NeedFunctionPrototypes
Boolean _XtIsSubclassOf(
Widget object,
WidgetClass widgetClass,