mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-11 02:30:32 +00:00
Remove more AIX (but not really AIX) ifdefs. (#66)
Trying to remove / replace / update all remaining AIX ifdefs.
This commit is contained in:
@@ -81,13 +81,6 @@ static char *id = "$Id: bbtsub.c,v 1.3 2001/12/24 01:08:59 sybalsky Exp $ Copyri
|
||||
|
||||
extern IOPAGE *IOPage68K;
|
||||
|
||||
#ifdef AIX
|
||||
#include <sys/types.h>
|
||||
#if !defined(LINUX) && !defined(MACOSX) /* LINUX and MACOSX have no macros.h */
|
||||
#include <macros.h>
|
||||
#endif /* LINUX */
|
||||
#endif /* AIX */
|
||||
|
||||
#include "bb.h"
|
||||
#include "bitblt.h"
|
||||
#include "pilotbbt.h"
|
||||
|
||||
Reference in New Issue
Block a user