OSDN Git Service

* gfortran.h: Remove outdated comment. Don't include stdio.h
authortobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 8 Jan 2005 13:35:18 +0000 (13:35 +0000)
committertobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 8 Jan 2005 13:35:18 +0000 (13:35 +0000)
explicitly.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@93082 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 7a94e03..8e99cb6 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 30074f2..5017125 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