added long long to BSDI

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: hackers(at)postgreSQL(dot)org (PostgreSQL-development)
Subject: added long long to BSDI
Date: 1998-09-10 03:35:44
Message-ID: 199809100335.XAA16099@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

--
Bruce Momjian | 830 Blythe Avenue
maillist(at)candle(dot)pha(dot)pa(dot)us | Drexel Hill, Pennsylvania 19026
+ If your life is a hard drive, | (610) 353-9879(w)
+ Christ can be your backup. | (610) 853-3000(h)

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Billy G. Allie 1998-09-10 04:42:44 Re: [HACKERS] Indixing problems...
Previous Message The Hermit Hacker 1998-09-10 03:32:14 Re: [HACKERS] Re: Open portability issues