Avoid #ifdef inside printf() ... that loses on platforms where printf()

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 9d4a45e25c37162c3fdbd154ef028db758b7c5fe
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2001-08-28T02:47:18Z
Releases: 7.2.1
Avoid #ifdef inside printf() ... that loses on platforms where printf()
is a macro.

Files

PathChange+/−
src/interfaces/ecpg/preproc/ecpg.c modified +8 −7