diff options
author | Kevin Ryde <user42@zip.com.au> | 2001-10-02 01:02:40 +0200 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2001-10-02 01:02:40 +0200 |
commit | f77f3d29a55fd53a5e79bcc2639d97a42e011c98 (patch) | |
tree | 9a3cd991acbaa85492a283a4fad8398a331a6224 /mpz/fits_slong.c | |
parent | eea32aee55ef7a1680421bd10aad3504aa2438da (diff) | |
download | gmp-f77f3d29a55fd53a5e79bcc2639d97a42e011c98.tar.gz |
Use .h for the include file:
* mpz/fits_sshort.c, mpz/fits_sint.c, mpz/fits_slong.c: New files.
Diffstat (limited to 'mpz/fits_slong.c')
-rw-r--r-- | mpz/fits_slong.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpz/fits_slong.c b/mpz/fits_slong.c index 0ea5d0478..05789d4fb 100644 --- a/mpz/fits_slong.c +++ b/mpz/fits_slong.c @@ -24,4 +24,4 @@ MA 02111-1307, USA. */ #define MAXIMUM LONG_MAX #define MINIMUM LONG_MIN -#include "fits_s.i" +#include "fits_s.h" |