configure.in: Test for __g77_integer...
authorChris Demetriou <cgd@sibyte.com>
Thu, 18 May 2000 17:44:27 +0000 (10:44 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 18 May 2000 17:44:27 +0000 (10:44 -0700)
commit3eb10f8a4f26bb96a7a4e02069665fc51bb1c949
treec564fe3c25e16c997b7841c43d97cd5453e37297
parentfcd4823055f358f830a73e0499683a68c688dc5b
configure.in: Test for __g77_integer...

        * 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
libf2c/ChangeLog
libf2c/configure
libf2c/configure.in
libf2c/g2c.hin