summaryrefslogtreecommitdiff
path: root/libf2c/g2c.hin
Commit message (Collapse)AuthorAgeFilesLines
* * configure.in: Test for __g77_integer, __g77_uinteger,rth2000-05-181-8/+8
| | | | | | | | | | | | | | __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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33990 138bc75d-0d04-0410-961f-82ee72b054a4
* * g2c.hin: Renamed from g2c.h.in.law1998-07-161-0/+236
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21202 138bc75d-0d04-0410-961f-82ee72b054a4