summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-12-20 00:28:22 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-12-20 00:28:22 +0000
commit437483f8b33ed477dc2648e082cad1d1212e6a83 (patch)
tree6abbf3a132122dbd069152f11e37661017df1e65
parent124ebc7fcc14237437dbe3545b35fa4018a4a2d6 (diff)
merge XFree86 RC2 (4.3.99.902) from vendor branchXEVIE-BASE
-rw-r--r--src/XawI18n.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/XawI18n.h b/src/XawI18n.h
index fa06859..7ce03c8 100644
--- a/src/XawI18n.h
+++ b/src/XawI18n.h
@@ -1,3 +1,4 @@
+/* $XdotOrg: XawI18n.h,v 1.4 2001/02/09 02:03:47 xorgcvs Exp $ */
/* $Xorg: XawI18n.h,v 1.4 2001/02/09 02:03:47 xorgcvs Exp $ */
/************************************************************
@@ -25,7 +26,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/Xaw/XawI18n.h,v 3.14 2001/12/14 19:54:46 dawes Exp $ */
+/* $XFree86: xc/lib/Xaw/XawI18n.h,v 3.15 2003/12/19 02:05:38 dawes Exp $ */
#ifdef HAS_WCTYPE_H
#include <wctype.h>
@@ -41,7 +42,7 @@ in this Software without prior written authorization from The Open Group.
#include <wchar.h>
#endif
-#ifdef AIXV3
+#if defined(AIXV3) || defined(SCO325)
#include <ctype.h>
#endif