summaryrefslogtreecommitdiff
path: root/src/TMstate.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/TMstate.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/TMstate.c')
-rw-r--r--src/TMstate.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/TMstate.c b/src/TMstate.c
index 2283e13..7f6646a 100644
--- a/src/TMstate.c
+++ b/src/TMstate.c
@@ -32,7 +32,7 @@ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH
THE USE OR PERFORMANCE OF THIS SOFTWARE.
******************************************************************/
-/* $XFree86: xc/lib/Xt/TMstate.c,v 1.8 2001/12/14 19:56:31 dawes Exp $ */
+/* $XFree86: xc/lib/Xt/TMstate.c,v 1.9 2003/04/21 16:34:29 herrb Exp $ */
/*
@@ -1400,18 +1400,11 @@ void XtUninstallTranslations(widget)
UNLOCK_APP(app);
}
-#if NeedFunctionPrototypes
XtTranslations _XtCreateXlations(
TMStateTree *stateTrees,
TMShortCard numStateTrees,
XtTranslations first,
XtTranslations second)
-#else
-XtTranslations _XtCreateXlations(stateTrees, numStateTrees, first, second)
- TMStateTree *stateTrees;
- TMShortCard numStateTrees;
- XtTranslations first, second;
-#endif
{
XtTranslations xlations;
TMShortCard i;