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:
Alan Coopersmith 2009-03-17 14:59:16 -07:00
parent 4b90da0ffb
commit c9f84af591
4 changed files with 3 additions and 6 deletions

View file

@ -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

View file

@ -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

View file

@ -41,7 +41,7 @@
#include "XlcGeneric.h"
#include <stdio.h>
#if !defined(macII) && !defined(X_LOCALE)
#if !defined(X_LOCALE)
#define STDCVT
#endif

View file

@ -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;