Greetings,
While converting Microsoft Powerstation code I have a fixed format fortran program (MS Powerstation) with statement:
include ''stdio.for''
the file for stdio.for is simply:
integer CON,PRN,STDIN,STDOUT,STDERR,ERRCNT,ERRMAX
common /stdio/ CON,PRN,STDIN,STDOUT,STDERR,ERRCNT,ERRMAX
These integer constants are defined in a block data file. I then put this include in many, many subroutines throughout my 30,000 line program. When I compile, get missing END error. All files have .for extension. Using standard PLATO downloaded last week (July 2008), Any suggestions? I have many other include files I use like this one.
Thanks!