Commit 779fae71 by Tobias Schlüter Committed by Tobias Schlüter

gfortran.h: Remove outdated comment.

* gfortran.h: Remove outdated comment.  Don't include stdio.h
explicitly.

From-SVN: r93082
parent 37e30acc
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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment