Finally figured out that HP's cpp won't do ANSI preprocessing constructs
authorTom Lane
Fri, 21 Apr 2000 03:07:51 +0000 (03:07 +0000)
committerTom Lane
Fri, 21 Apr 2000 03:07:51 +0000 (03:07 +0000)
commitef6c33f3b98d4ade568fd4669961ec2c00c7a16a
treee36c31322071f6e60eb653038a22a8738d63e76f
parentf084cc4939d04b69ae403b8893d0d673a53cc8ad
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 ;-)
src/template/hpux_cc