From kde-commits Sun Sep 19 21:16:38 2004 From: Adriaan de Groot Date: Sun, 19 Sep 2004 21:16:38 +0000 To: kde-commits Subject: kdegraphics/kpdf/xpdf Message-Id: <20040919211638.22C5B9AA6 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=109562860418447 CVS commit by adridg: Make .h safe for multiple inclusion (which happens with --enable-final) M +3 -0 Stream-CCITT.h 1.5 --- kdegraphics/kpdf/xpdf/Stream-CCITT.h #1.4:1.5 @@ -1,2 +1,4 @@ +#ifndef STREAM_CCITT_H +#define STREAM_CCITT_H //======================================================================== // @@ -458,2 +460,3 @@ static CCITTCode blackTab3[64] = { {2, 2}, {2, 2}, {2, 2}, {2, 2} }; +#endif