From: Richard Kenner Date: Sat, 10 Apr 1993 15:00:08 +0000 (-0400) Subject: (ONLY_INT_FIELDS): No longer needed. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=52266016a226f4dd87ae4efb1a096a06778a6f9b;p=gcc.git (ONLY_INT_FIELDS): No longer needed. From-SVN: r4080 --- 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