diff options
author | Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de> | 2005-01-08 14:35:18 +0100 |
---|---|---|
committer | Tobias Schlüter <tobi@gcc.gnu.org> | 2005-01-08 14:35:18 +0100 |
commit | 779fae71d577b160100b76e507cdadd7bb94f7ad (patch) | |
tree | 3f801165a7e8e70b14a18707842ec3025bb10ee0 /gcc | |
parent | 37e30acca0d34d7c5f8560d359f86a629a4fb92b (diff) | |
download | gcc-779fae71d577b160100b76e507cdadd7bb94f7ad.zip gcc-779fae71d577b160100b76e507cdadd7bb94f7ad.tar.gz gcc-779fae71d577b160100b76e507cdadd7bb94f7ad.tar.bz2 |
gfortran.h: Remove outdated comment.
* gfortran.h: Remove outdated comment. Don't include stdio.h
explicitly.
From-SVN: r93082
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/fortran/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/fortran/gfortran.h | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 7a94e03..8e99cb6 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,8 @@ +2005-01-08 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de> + + * gfortran.h: Remove outdated comment. Don't include stdio.h + explicitly. + 2005-01-06 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de> * gfortranspec.c (lang_specific_driver): Change year to 2005 in diff --git a/gcc/fortran/gfortran.h b/gcc/fortran/gfortran.h index 30074f2..5017125 100644 --- a/gcc/fortran/gfortran.h +++ b/gcc/fortran/gfortran.h @@ -29,8 +29,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA multiple header files. Besides, Microsoft's winnt.h was 250k last time I looked, so by comparison this is perfectly reasonable. */ -/* We need system.h for HOST_WIDE_INT. Including hwint.h by itself doesn't - seem to be sufficient on some systems. */ #include "system.h" #include "coretypes.h" #include "input.h" @@ -54,9 +52,6 @@ char *alloca (); #endif /* do not HAVE_ALLOCA_H */ #endif /* not __GNUC__ */ - -#include <stdio.h> /* need FILE * here */ - /* Major control parameters. */ #define GFC_MAX_SYMBOL_LEN 63 |