mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-07 02:48:22 +02:00
unifdef __osf__
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
parent
041b5291f0
commit
b35344c9a7
1 changed files with 2 additions and 2 deletions
|
|
@ -99,7 +99,7 @@ _XlcMapOSLocaleName(
|
|||
char *osname,
|
||||
char *siname)
|
||||
{
|
||||
#if defined(hpux) || defined(CSRG_BASED) || defined(sun) || defined(SVR4) || defined(sgi) || defined(__osf__) || defined(AIXV3) || defined(ultrix) || defined(WIN32) || defined(__UNIXOS2__) || defined(linux)
|
||||
#if defined(hpux) || defined(CSRG_BASED) || defined(sun) || defined(SVR4) || defined(sgi) || defined(AIXV3) || defined(ultrix) || defined(WIN32) || defined(__UNIXOS2__) || defined(linux)
|
||||
# ifdef hpux
|
||||
# ifndef _LastCategory
|
||||
/* HPUX 9 and earlier */
|
||||
|
|
@ -122,7 +122,7 @@ _XlcMapOSLocaleName(
|
|||
# define ENDCHAR ';'
|
||||
# define WHITEFILL
|
||||
# else
|
||||
# if defined(__osf__) || (defined(AIXV3) && !defined(AIXV4))
|
||||
# if (defined(AIXV3) && !defined(AIXV4))
|
||||
# define STARTCHAR ' '
|
||||
# define ENDCHAR ' '
|
||||
# else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue