]> www.fi.muni.cz Git - evince.git/blobdiff - pdf/xpdf/Array.h
Fix for a number of integer overflow bugs discovered by Chris Evans.
[evince.git] / pdf / xpdf / Array.h
index a118f6852b01c9cb048fdbcc1dd06e32e2b94ec5..20ae05f29707ba81e9a3f213609e17471947b755 100644 (file)
@@ -2,14 +2,16 @@
 //
 // Array.h
 //
-// Copyright 1996-2002 Glyph & Cog, LLC
+// Copyright 1996-2003 Glyph & Cog, LLC
 //
 //========================================================================
 
 #ifndef ARRAY_H
 #define ARRAY_H
 
-#ifdef __GNUC__
+#include <aconf.h>
+
+#ifdef USE_GCC_PRAGMAS
 #pragma interface
 #endif