]> granicus.if.org Git - postgresql/commit
2. The file /usr/local/pgsql/src/backend/lipq/pgcomprim.c has two
authorMarc G. Fournier <scrappy@hub.org>
Tue, 15 Apr 1997 17:25:47 +0000 (17:25 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Tue, 15 Apr 1997 17:25:47 +0000 (17:25 +0000)
commitd8a300d86712e6c81eb3208d78dabbd62be0f565
tree61e3a539be8e82b75c3e13d3821bb29bd21d09c1
parent953ac7b55a889febb3cd7cfad5b1b4042d009db0
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>
src/backend/libpq/pqcomprim.c