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