diff options
Diffstat (limited to 'gcc/f/intdoc.c')
-rw-r--r-- | gcc/f/intdoc.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/f/intdoc.c b/gcc/f/intdoc.c index 91c6b3c..cc18f03 100644 --- a/gcc/f/intdoc.c +++ b/gcc/f/intdoc.c @@ -1,5 +1,5 @@ /* intdoc.c - Copyright (C) 1997 Free Software Foundation, Inc. + Copyright (C) 1997, 2000 Free Software Foundation, Inc. Contributed by James Craig Burley. This file is part of GNU Fortran. @@ -37,8 +37,6 @@ typedef enum Doggone_Trailing_Comma_Dont_Work = 1 } bool; -#define ARRAY_SIZE(a) (sizeof(a)/sizeof(a[0])) - /* Pull in the intrinsics info, but only the doc parts. */ #define FFEINTRIN_DOC 1 #include "intrin.h" |