aboutsummaryrefslogtreecommitdiff
path: root/libf2c/g2c.hin
AgeCommit message (Collapse)AuthorFilesLines
2000-05-18configure.in: Test for __g77_integer...Chris Demetriou1-8/+8
* configure.in: Test for __g77_integer, __g77_uinteger, __g77_longint, and __g77_ulongint builtin types, rather than mucking around with compiler headers. * configure: Regenerate. * g2c.hin (integer, logical, flag, ftnlen, ftnint): Use __g77_integer rather than autoconfigured value. (uinteger): Use __g77_uinteger rather than autoconfigured value. (longint): Use __g77_longint rather than autoconfigured value. (ulongint): Use __g77_ulongint rather than autoconfigured value. From-SVN: r33990
1998-07-15g2c.hin: Renamed from g2c.h.in.Jeffrey A Law1-0/+236
* g2c.hin: Renamed from g2c.h.in. * Makefile.in, configure.in: Changed as needed. * configure: Rebuilt. * libU77/config.hin: Renamed from libU77/config.h.in. * Makefile.in, configure.in: Changed as needed. * configure: Rebuilt. From-SVN: r21202