/* Copyright (C) 1997 Robert de Bath * This file is part of the Linux-8086 Development environment and is * distributed under the GNU General Public License. */ #ifdef _AIX #include /* AIX 4.1 + GCC seems to need this */ #endif /* Ansi C has certain guarentees ... except under MSdross :-( */ #ifdef __STDC__ #ifndef MSDOS #include #include #include #include #endif #define P(x) x #else #define P(x) () #endif #include "const.h" #include "types.h" #include "proto.h" #if !defined(__STDC__) || defined(MSDOS) #include "sysproto.h" #endif