This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

ancient include statements


   I noticed one feature of g77 that doesn't seem to exist in
gfortran. Some ancient fortran code like whatcheck...

http://swift.cmbi.ru.nl/gv/whatcheck/what_check_linux.tar.bz2

invoke parsing the fortran include files from the fortran source
files with a statement like...

# 1 "../whatif/src/modify.f"

on the first line of the source file. This is approach to include
files works in g77 but not gfortran.
          Jack


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