Finally figured out that HP's cpp won't do ANSI preprocessing constructs

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

Commit: ef6c33f3b98d4ade568fd4669961ec2c00c7a16a
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2000-04-21T03:07:51Z
Releases: 7.1.1
Finally figured out that HP's cpp won't do ANSI preprocessing constructs
unless you feed it -Aa or -Ae switch.  Autoconf does not know about this,
but we can fix it in the hpux_cc template file.  I knew templates were
good for something ;-)

Files

PathChange+/−
src/template/hpux_cc modified +1 −0