Re: [HACKERS] added long long to BSDI

From: "Billy G(dot) Allie" <Bill(dot)Allie(at)mug(dot)org>
To: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
Cc: hackers(at)postgreSQL(dot)org (PostgreSQL-development)
Subject: Re: [HACKERS] added long long to BSDI
Date: 1998-09-10 05:04:25
Message-ID: 199809100504.BAA02628@bgalli.mug.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us> wrote:
> I have found BSDI used %qd for long long, while gnulibc used %Ld. I
> have changed HAVE_LONG_LONG_INT_64 to be HAVE_LONG_LONG_INT_64_Ld and
> added HAVE_LONG_LONG_INT_64_qd, and added the proper changes.

Just to add to the confusion, the SCO UDK (used in UnixWare and Open Server)
uses %lld for long long.

Fortunately, it will also accept %Ld, so we don't have to add another
HACVE_LONG_LONG_INT_64 variant.
--
____ | Billy G. Allie | Domain....: Bill(dot)Allie(at)mug(dot)org
| /| | 7436 Hartwell | Compuserve: 76337,2061
|-/-|----- | Dearborn, MI 48126| MSN.......: B_G_Allie(at)email(dot)msn(dot)com
|/ |LLIE | (313) 582-1540 |

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas G. Lockhart 1998-09-10 05:28:40 Re: [HACKERS] added long long to BSDI
Previous Message Bruce Momjian 1998-09-10 05:04:05 open 6.4 items