2. The file /usr/local/pgsql/src/backend/lipq/pgcomprim.c has two

Marc G. Fournier <scrappy@hub.org>

Commit: d8a300d86712e6c81eb3208d78dabbd62be0f565
Author: Marc G. Fournier <scrappy@hub.org>
Date: 1997-04-15T17:25:47Z
Releases: 7.1.1
2. The file /usr/local/pgsql/src/backend/lipq/pgcomprim.c has two
invalid macro definitions, the compiler complains about:

"pqcomprim.c", line 48.9: 1506-275 (S) Unexpected text ';' ignored.
"pqcomprim.c", line 61.9: 1506-275 (S) Unexpected text ';' ignored.

The ';' terminating the macro definition ntoh_s(n) on line 27 and
ntoh_l(n) on line 28 should be removed.


Pointed out by: Olaf Mittelstaedt <MSTAEDT@va-sigi.va.fh-ulm.de>

Files

PathChange+/−
src/backend/libpq/pqcomprim.c modified +2 −2