upgrade to xpdf 3.00.
[swftools.git] / pdf2swf / xpdf / Lexer.h
index 8a01ab2..398d27c 100644 (file)
@@ -2,14 +2,16 @@
 //
 // Lexer.h
 //
-// Copyright 1996-2002 Glyph & Cog, LLC
+// Copyright 1996-2003 Glyph & Cog, LLC
 //
 //========================================================================
 
 #ifndef LEXER_H
 #define LEXER_H
 
-#ifdef __GNUC__
+#include <aconf.h>
+
+#ifdef USE_GCC_PRAGMAS
 #pragma interface
 #endif