Huub Schaeks fix for .schange
[swftools.git] / pdf2swf / xpdf / Error.h
index f651678..0ce55e9 100644 (file)
@@ -2,25 +2,22 @@
 //
 // Error.h
 //
-// Copyright 1996 Derek B. Noonburg
+// Copyright 1996-2003 Glyph & Cog, LLC
 //
 //========================================================================
 
 #ifndef ERROR_H
 #define ERROR_H
 
-#ifdef __GNUC__
+#include <aconf.h>
+
+#ifdef USE_GCC_PRAGMAS
 #pragma interface
 #endif
 
 #include <stdio.h>
 #include "config.h"
 
-// File to send error (and other) messages to.
-extern FILE *errFile;
-
-extern void errorInit();
-
 extern void CDECL error(int pos, char *msg, ...);
 
 #endif