Description: f2c - a Fortran to C translator Keywords: fortran c compiler translator Author: dmg@research.att.com (AT&T Bell Laboratories and Bellcore.) Uploader: egstern@fnpx19.fnal.gov (Eric Stern) Uploaded-to: ftp.funet.fi (25 Apr 1993) Hanled-by: vinsci@nic.funet.fi (Leonard Norrgard) + This f2c is ported from the July 1992 version taken from + research.att.com and targeted for SAS/C 6.2. All the original + code is included. My modifications are #ifdefed into the source. The + parser code was generated with GNU bison so I've included the GNU + alloca.c. + + Using SAS/C versions before 6.2 will not work because of compiler + bugs. This release of f2c has not been extensively tested. The f2c + program is most likely to be correct. The I/O library I77.lib is + probably full of bugs. Known AmigaDOS problems make it a problem to + write to the NIL: device and probably also to pipes. Eric Stern egstern@fnpx19.fnal.gov