diff options
Diffstat (limited to 'gcc/f/global.h')
-rw-r--r-- | gcc/f/global.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/f/global.h b/gcc/f/global.h index 15d984f7f4e..dc499df9eb7 100644 --- a/gcc/f/global.h +++ b/gcc/f/global.h @@ -1,5 +1,5 @@ /* global.h -- Public #include File (module.h template V1.0) - Copyright (C) 1995, 1997 Free Software Foundation, Inc. + Copyright (C) 1995, 1997, 2003 Free Software Foundation, Inc. Contributed by James Craig Burley. This file is part of GNU Fortran. @@ -89,9 +89,7 @@ struct _ffeglobal_ { ffelexToken t; ffename n; -#ifdef FFECOM_globalHOOK ffecomGlobal hook; -#endif ffeCounter tick; /* Recent transition in this progunit. */ ffeglobalType type; bool intrinsic; /* Known as intrinsic? */ |