Comments about libintl and *printf

Started by Bruce Momjianover 20 years ago2 messagespatches
Jump to latest
#1Bruce Momjian
bruce@momjian.us

I have added the following comments about the interaction of libintl and
*printf macros so we will not get confused in the future. Autoconf run,
backpatched to 8.1.X.

One question I have is why ecpglib didn't need to use our snprintf.c in
the past. Didn't our macros spill in to ecpglib before?

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

Attachments:

/rtmp/difftext/plainDownload+40-37
#2Andrew Dunstan
andrew@dunslane.net
In reply to: Bruce Momjian (#1)
Re: Comments about libintl and *printf

Bruce Momjian wrote:

One question I have is why ecpglib didn't need to use our snprintf.c in
the past. Didn't our macros spill in to ecpglib before?

The problem really only happened on Windows, I believe, and we had
disabled use of our macros there.

cheers

andrew