This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[Fortran] Patch to have libf2c/libI77/inquire.c include "config.h"


Mark,

This is fall-out of the fix for FreeBSD's failure on testsuite entry
io1.f last month.

The relevant compile time defines are now provided via "config.h", so
inquire.c, which uses NON_UNIX_STDIO, should include that file (found by
Tim Prince).

Is this OK for branch and trunk (after bootstrap and check, of course) ?

2001-06-13  Toon Moene  <toon@moene.indiv.nluug.nl>

        * libI77/inquire.c: Include "config.h".

*** inquire.c.orig      Sat Sep  4 17:09:18 1999
--- inquire.c   Tue Jun 12 23:44:53 2001
***************
*** 1,2 ****
--- 1,3 ----
+ #include "config.h"
  #include "f2c.h"
  #include "fio.h"

Thanks,

-- 
Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
Maintainer, GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
Join GNU Fortran 95: http://g95.sourceforge.net/ (under construction)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]