Date: Tue, 23 May 2000 12:51:46 -0400 Message-Id: <200005231651.MAA23023@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <8gdbeu$dke$1@antares.lu.erisoft.se> (eplmst@lu.erisoft.se) Subject: Re: C++, complex, etc References: <0rneisomj48fm3khdpdodsilqpndjqd7do AT 4ax DOT com> <1osjis87hetlomjooiv6prc0iev46cncdt AT 4ax DOT com> <200005230314 DOT XAA01009 AT envy DOT delorie DOT com> <8gdbeu$dke$1 AT antares DOT lu DOT erisoft DOT se> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > So we should change ptrdiff_t to "signed long long int"? Technically, yes, but that's impractical. Besides, it only matters for programs using more than 2Gb of virtual memory, and if you're using DJGPP for those, then (1) you know what you're doing, and (2) you're going to have other problems anyway. Plus, since regular math is also 32-bit, the math usually gives you the right answer anyway.