aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/alpha
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-05-29 08:55:31 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1995-05-29 08:55:31 -0400
commitef76d747c395e2eb627ed7284f622c9c30f2abcf (patch)
tree1f736f9f5209eeeac7861663076ac27d7ede885a /gcc/config/alpha
parent960bac839a733e4b19b5bd2d53d951f615f0097d (diff)
downloadgcc-ef76d747c395e2eb627ed7284f622c9c30f2abcf.zip
gcc-ef76d747c395e2eb627ed7284f622c9c30f2abcf.tar.gz
gcc-ef76d747c395e2eb627ed7284f622c9c30f2abcf.tar.bz2
Include alpha/xm-alpha.h, then winnt/xm-winnt.h.
(POSIX): Undefine. From-SVN: r9832
Diffstat (limited to 'gcc/config/alpha')
-rw-r--r--gcc/config/alpha/xm-winnt.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/config/alpha/xm-winnt.h b/gcc/config/alpha/xm-winnt.h
index 51277a7..5781c3f 100644
--- a/gcc/config/alpha/xm-winnt.h
+++ b/gcc/config/alpha/xm-winnt.h
@@ -18,12 +18,14 @@ You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
-#include "winnt/xm-winnt.h"
#include "alpha/xm-alpha.h"
+#include "winnt/xm-winnt.h"
#undef HOST_BITS_PER_LONG
#define HOST_BITS_PER_LONG 32
+#undef POSIX
+
#define access _access
#define close _close
#define mktemp _mktemp