diff options
author | Michael G. Schwern <schwern@pobox.com> | 2001-12-09 14:28:12 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-09 23:28:55 +0000 |
commit | 407b02b18cd4aa4559559e2186ed579096fab094 (patch) | |
tree | c278f632133e1b0bd21ef49ec9e827d5fe0df40a /README.cygwin | |
parent | 2ca463cb211f8519a2713dde20d6c40dd5c2694d (diff) | |
download | perl-407b02b18cd4aa4559559e2186ed579096fab094.tar.gz |
64bit ints & Cygwin98 ok
Message-ID: <20011210002812.GF13586@blackrider>
p4raw-id: //depot/perl@13570
Diffstat (limited to 'README.cygwin')
-rw-r--r-- | README.cygwin | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.cygwin b/README.cygwin index b90bdad111..d87c99ab13 100644 --- a/README.cygwin +++ b/README.cygwin @@ -191,9 +191,9 @@ more than one interpreter instance. This works with the Cygwin port. =item * C<-Duse64bitint> -I<gcc> supports 64-bit integers. However, several additional long long -functions are necessary to use them within Perl (I<{strtol,strtoul}l>). -These are B<not> yet available with Cygwin. +By default Perl uses 32 bit integers. If you want to use larger 64 +bit integers, define this symbol. If there is trouble, check that +your Cygwin installation is up to date. =item * C<-Duselongdouble> |