[poppler] Branch 'xpdf303merge' - poppler/Stream-CCITT.h

Albert Astals Cid aacid at kemper.freedesktop.org
Wed Aug 31 11:58:29 PDT 2011


 poppler/Stream-CCITT.h |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit 9370f9640a24c7b944f3da7c10e070a960bdd8f9
Author: Albert Astals Cid <aacid at kde.org>
Date:   Wed Aug 31 21:01:32 2011 +0200

    xpdf303: Add guards to the header

diff --git a/poppler/Stream-CCITT.h b/poppler/Stream-CCITT.h
index 43405b6..7207729 100644
--- a/poppler/Stream-CCITT.h
+++ b/poppler/Stream-CCITT.h
@@ -22,6 +22,9 @@
 //
 //========================================================================
 
+#ifndef STREAM_CCITT_H
+#define STREAM_CCITT_H
+
 struct CCITTCode {
   short bits;
   short n;
@@ -471,3 +474,5 @@ static const CCITTCode blackTab3[64] = {
     {2, 2}, {2, 2}, {2, 2}, {2, 2},
     {2, 2}, {2, 2}, {2, 2}, {2, 2}
 };
+
+#endif


More information about the poppler mailing list