]> granicus.if.org Git - postgresql/commit
1. "#ifdef 0" is bad C. ifdef is for checking a macro and 0 is
authorMarc G. Fournier <scrappy@hub.org>
Sun, 1 Feb 1998 00:02:59 +0000 (00:02 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Sun, 1 Feb 1998 00:02:59 +0000 (00:02 +0000)
commit1af818b8bfc9127167ac7058c2c625b07f12271a
tree88f0d877f933f57d847a77ddd43d8e1376b9e0d8
parent7a335784363b7447d1da26b11878f8e105f9fbca
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>
src/backend/libpq/crypt.c
src/backend/port/getrusage.c
src/include/libpq/crypt.h