* configure.in: Test for __g77_integer, __g77_uinteger,
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 May 2000 17:44:27 +0000 (17:44 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 May 2000 17:44:27 +0000 (17:44 +0000)
commit0854f909506e21dd58dac0e7091eec09b941c982
treec564fe3c25e16c997b7841c43d97cd5453e37297
parent23eabd6aa12fdee55ad81f2c7012155ad02f6b44
    * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33990 138bc75d-0d04-0410-961f-82ee72b054a4
libf2c/ChangeLog
libf2c/configure
libf2c/configure.in
libf2c/g2c.hin