• Marc G. Fournier's avatar
    2. The file /usr/local/pgsql/src/backend/lipq/pgcomprim.c has two · d8a300d8
    Marc G. Fournier authored
    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>
    d8a300d8
pqcomprim.c 3.89 KB