From 52266016a226f4dd87ae4efb1a096a06778a6f9b Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sat, 10 Apr 1993 11:00:08 -0400 Subject: [PATCH] (ONLY_INT_FIELDS): No longer needed. From-SVN: r4080 --- gcc/config/alpha/xm-alpha.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/gcc/config/alpha/xm-alpha.h b/gcc/config/alpha/xm-alpha.h index 775225f97e2..20e5e8540ab 100644 --- a/gcc/config/alpha/xm-alpha.h +++ b/gcc/config/alpha/xm-alpha.h @@ -1,5 +1,5 @@ /* Configuration for GNU C-compiler for DEC Alpha. - Copyright (C) 1990 Free Software Foundation, Inc. + Copyright (C) 1990, 192, 1993 Free Software Foundation, Inc. Contributed by Richard Kenner (kenner@nyu.edu). This file is part of GNU CC. @@ -59,7 +59,3 @@ extern char *malloc (), *realloc (), *sbrk (), *calloc (); #endif #include "string.h" - -#ifndef __GNUC__ -#define ONLY_INT_FIELDS -#endif