mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-09 03:48:04 +02:00
Remove ifdef checks for macII left over from ancient A/UX 3.0 support
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
This commit is contained in:
parent
4b90da0ffb
commit
c9f84af591
4 changed files with 3 additions and 6 deletions
|
|
@ -46,7 +46,7 @@
|
|||
#define MB_LEN_MAX 6
|
||||
#endif
|
||||
|
||||
#if !defined(macII) && !defined(Lynx_22) && !defined(X_LOCALE)
|
||||
#if !defined(Lynx_22) && !defined(X_LOCALE)
|
||||
#define STDCVT
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@
|
|||
#include "XlcGeneric.h"
|
||||
#include <stdio.h>
|
||||
|
||||
#if !defined(macII) && !defined(Lynx_22) && !defined(X_LOCALE)
|
||||
#if !defined(Lynx_22) && !defined(X_LOCALE)
|
||||
#define STDCVT
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
#include "XlcGeneric.h"
|
||||
#include <stdio.h>
|
||||
|
||||
#if !defined(macII) && !defined(X_LOCALE)
|
||||
#if !defined(X_LOCALE)
|
||||
#define STDCVT
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -36,9 +36,6 @@ from The Open Group.
|
|||
#include <X11/keysymdef.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#if defined(macII) && !defined(__STDC__) /* stdlib.h fails to define these */
|
||||
char *malloc();
|
||||
#endif /* macII */
|
||||
|
||||
typedef unsigned long Signature;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue