]> www.fi.muni.cz Git - evince.git/blobdiff - pdf/xpdf/Lexer.h
Add «nb» to ALL_LINGUAS too.
[evince.git] / pdf / xpdf / Lexer.h
index 8a01ab25e9ae96e80863e6e15d24d15e5e530543..398d27c355a33df5286cdd64f764754211083664 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