summaryrefslogtreecommitdiff
path: root/src/TMprint.c
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:28:16 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:28:16 +0000
commitf81d7ef72c9b4f13e33efa812bed9446657ed003 (patch)
tree183442a515d232d4d88cb56d6de651c215731c3f /src/TMprint.c
parentbdc0667ef29e24b1a2188b11546d843a7d3e5ef6 (diff)
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16
Diffstat (limited to 'src/TMprint.c')
-rw-r--r--src/TMprint.c13
1 files changed, 2 insertions, 11 deletions
diff --git a/src/TMprint.c b/src/TMprint.c
index 3b44326..db73700 100644
--- a/src/TMprint.c
+++ b/src/TMprint.c
@@ -58,7 +58,7 @@ used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
*/
-/* $XFree86: xc/lib/Xt/TMprint.c,v 1.6 2001/12/14 19:56:31 dawes Exp $ */
+/* $XFree86: xc/lib/Xt/TMprint.c,v 1.7 2003/04/21 16:34:29 herrb Exp $ */
/*LINTLIBRARY*/
#include "IntrinsicI.h"
@@ -659,20 +659,11 @@ static void PrintState(sb, tree, branchHead, includeRHS, accelWidget, dpy)
UNLOCK_PROCESS;
}
-#if NeedFunctionPrototypes
String _XtPrintXlations(
Widget w,
XtTranslations xlations,
Widget accelWidget,
- _XtBoolean includeRHS
- )
-#else
-String _XtPrintXlations(w, xlations, accelWidget, includeRHS)
- Widget w;
- XtTranslations xlations;
- Widget accelWidget;
- Boolean includeRHS;
-#endif
+ _XtBoolean includeRHS)
{
register Cardinal i;
#define STACKPRINTSIZE 250