Hidetoshi Shimokawa dd81f3b0a0 Replace 'long int' with 'int' for Alpha.
This change should have no effect on i386.

Pointed out by: Steve Kargl <sgk@troutmask.apl.washington.edu>

Quote from http://www.netlib.org/f2c/readme:

NOTE:   f2c.h defines several types, e.g., real, integer, doublereal.
        The definitions in f2c.h are suitable for most machines, but if
        your machine has sizeof(double) > 2*sizeof(long), you may need
        to adjust f2c.h appropriately.  f2c assumes
                sizeof(doublecomplex) = 2*sizeof(doublereal)
                sizeof(doublereal) = sizeof(complex)
                sizeof(doublereal) = 2*sizeof(real)
                sizeof(real) = sizeof(integer)
                sizeof(real) = sizeof(logical)
                sizeof(real) = 2*sizeof(shortint)
        EQUIVALENCEs may not be translated correctly if these
        assumptions are violated.

        On machines, such as those using a DEC Alpha processor, on
        which sizeof(short) == 2, sizeof(int) == sizeof(float) == 4,
        and sizeof(long) == sizeof(double) == 8, it suffices to
        modify f2c.h by removing the first occurrence of "long "
        on each line containing "long ", e.g., by issuing the
        commands
                mv f2c.h f2c.h0
                sed 's/long //' f2c.h0 >f2c.h
        On such machines, one can enable INTEGER*8 by uncommenting
        the typedef of longint in f2c.h, so it reads
                typedef long longint;
        by compiling libI77 with -DAllow_TYQUAD, and by adjusting
        libF77/makefile as described in libF77/README.
1999-01-19 06:48:44 +00:00
..
1998-12-06 07:36:44 +00:00
1998-12-06 07:42:09 +00:00
1997-12-16 14:42:08 +00:00
1999-01-18 22:15:09 +00:00
1997-02-22 19:58:13 +00:00
1998-05-03 05:16:58 +00:00
1998-05-03 05:16:58 +00:00
1998-10-13 08:57:45 +00:00
1999-01-15 02:38:33 +00:00
1994-05-27 12:33:43 +00:00
1999-01-15 17:10:31 +00:00
1998-08-07 16:21:09 +00:00
1997-07-08 10:59:50 +00:00
1994-05-27 12:33:43 +00:00
1997-07-08 10:59:50 +00:00
1998-07-06 21:01:54 +00:00
1998-12-09 20:49:20 +00:00
1998-11-01 06:35:36 +00:00
1998-12-13 06:40:18 +00:00
1998-05-03 05:16:58 +00:00
1998-10-18 04:46:24 +00:00
1997-12-16 17:37:23 +00:00
1998-09-02 10:05:47 +00:00
1997-07-21 12:01:47 +00:00
1998-09-16 09:31:48 +00:00
1998-11-29 14:46:35 +00:00
1997-07-22 07:33:48 +00:00
1997-07-24 07:00:17 +00:00
1997-07-24 07:02:55 +00:00
1998-08-31 16:41:09 +00:00
1998-04-26 06:21:29 +00:00
1998-03-23 07:45:40 +00:00
1997-07-31 06:54:45 +00:00
1997-02-22 19:58:13 +00:00
1997-02-22 19:58:13 +00:00
1997-02-22 19:58:13 +00:00
1997-02-22 19:58:13 +00:00
1998-11-30 22:41:58 +00:00
1998-06-29 17:06:00 +00:00
1997-08-04 06:40:41 +00:00
1998-10-15 05:04:28 +00:00
1998-06-12 12:37:15 +00:00
1998-04-01 21:34:10 +00:00
1998-12-13 03:44:19 +00:00
1998-12-20 02:52:30 +00:00
1997-08-11 07:29:17 +00:00
1997-08-11 07:30:22 +00:00
1998-07-06 21:01:54 +00:00
1998-07-06 21:01:54 +00:00
1998-10-03 11:01:39 +00:00
1999-01-05 10:13:54 +00:00
1997-10-12 09:52:49 +00:00
1997-08-18 07:25:50 +00:00
1997-08-18 07:28:50 +00:00
1997-08-18 07:30:15 +00:00
1997-08-26 11:08:24 +00:00
1998-07-06 21:01:54 +00:00
1997-08-26 11:08:24 +00:00
1998-03-08 20:56:43 +00:00
1997-08-26 11:08:24 +00:00
1997-08-26 11:08:24 +00:00
1998-01-25 19:26:05 +00:00
1998-12-13 03:42:51 +00:00
1998-10-04 10:33:37 +00:00
1998-06-12 12:55:46 +00:00
1997-09-15 00:42:04 +00:00
1998-12-16 04:51:27 +00:00
1994-05-27 12:33:43 +00:00
1998-06-12 13:04:59 +00:00
1998-11-10 12:19:26 +00:00
1994-05-27 12:33:43 +00:00