1. "#ifdef 0" is bad C. ifdef is for checking a macro and 0 is

Marc G. Fournier <scrappy@hub.org>

Commit: 1af818b8bfc9127167ac7058c2c625b07f12271a
Author: Marc G. Fournier <scrappy@hub.org>
Date: 1998-02-01T00:02:59Z
Releases: 7.1.1
1.  "#ifdef 0" is bad C.  ifdef is for checking a macro and 0 is
an illegal macro name.  Correct syntax is "#if 0".  This is in...

From: Darren King <darrenk@insightdist.com>

Files

PathChange+/−
src/backend/libpq/crypt.c modified +1 −1
src/backend/port/getrusage.c modified +7 −7
src/include/libpq/crypt.h modified +1 −1