]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gfortran.h: Remove outdated comment.
authorTobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
Sat, 8 Jan 2005 13:35:18 +0000 (14:35 +0100)
committerTobias Schlüter <tobi@gcc.gnu.org>
Sat, 8 Jan 2005 13:35:18 +0000 (14:35 +0100)
* gfortran.h: Remove outdated comment.  Don't include stdio.h
explicitly.

From-SVN: r93082

gcc/fortran/ChangeLog
gcc/fortran/gfortran.h

index 7a94e039a8b8358db6e1b98c31b256930b14572b..8e99cb6faec0dc29437b63954cf56a391f0cd5a8 100644 (file)
@@ -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
index 30074f2d61d84e864b890a0755a9555518310585..50171253a8d3b62add9fef17dc1fd22da59b630b 100644 (file)
@@ -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