From: Roland McGrath Date: Wed, 5 Oct 1994 05:39:47 +0000 (+0000) Subject: Move #include out of here, into xm-gnu.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=90768f280ec9f2aafc201059e1bec29dd8043bf8;p=gcc.git Move #include out of here, into xm-gnu.h. From-SVN: r8220 --- diff --git a/gcc/config/i386/gnu.h b/gcc/config/i386/gnu.h index a9790a62c84..a4bb67a2e67 100644 --- a/gcc/config/i386/gnu.h +++ b/gcc/config/i386/gnu.h @@ -15,7 +15,3 @@ /* Don't default to pcc-struct-return, because gcc is the only compiler, and we want to retain compatibility with older gcc versions. */ #define DEFAULT_PCC_STRUCT_RETURN 0 - -/* Get a definition of O_RDONLY; some of the GCC files don't include this - properly and will define it themselves to be zero. */ -#include