summaryrefslogtreecommitdiff
path: root/xc/lib/Xt/sharedlib.c
diff options
context:
space:
mode:
authorgildea <empty>1992-01-06 17:01:45 +0000
committergildea <empty>1992-01-06 17:01:45 +0000
commit76e65d1a4164fccaf4e211af0edac0f10350f121 (patch)
tree353c6deb7a2da454f285d0c2ebb1ef94e8cc87e7 /xc/lib/Xt/sharedlib.c
parent29641373a9f24614bdc0cf2321795f7fcdda90cc (diff)
fix to previous fix: use NeedVarargsPrototypes on XtVaAppInitialize
declaration. Close XBUG #4850.
Diffstat (limited to 'xc/lib/Xt/sharedlib.c')
-rw-r--r--xc/lib/Xt/sharedlib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xc/lib/Xt/sharedlib.c b/xc/lib/Xt/sharedlib.c
index 7c9e0dead..30425a626 100644
--- a/xc/lib/Xt/sharedlib.c
+++ b/xc/lib/Xt/sharedlib.c
@@ -1,5 +1,5 @@
/*
- * $XConsortium: sharedlib.c,v 1.12 91/07/23 12:22:07 rws Exp $
+ * $XConsortium: sharedlib.c,v 1.13 91/11/08 16:32:39 gildea Exp $
*
* Copyright 1989 Massachusetts Institute of Technology
*
@@ -119,7 +119,7 @@ ArgList args_in;
fallback_resources, args_in, num_args_in);
}
-#if NeedFunctionPrototypes
+#if NeedVarargsPrototypes
Widget
XtVaAppInitialize(
XtAppContext *app_context_return,