X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=pdf%2Fxpdf%2FError.h;h=da2f83107827a5a7e59608f33a5eeec58ddf4828;hb=5932479cc8c371a385616b5909df558a091b7111;hp=f651678c85c44405b3e9c83c5e294591e10254f8;hpb=d9f9a6449f377b4c933b75d57541b19c6d088994;p=evince.git diff --git a/pdf/xpdf/Error.h b/pdf/xpdf/Error.h index f651678c..da2f8310 100644 --- a/pdf/xpdf/Error.h +++ b/pdf/xpdf/Error.h @@ -2,24 +2,21 @@ // // Error.h // -// Copyright 1996 Derek B. Noonburg +// Copyright 1996-2003 Glyph & Cog, LLC // //======================================================================== #ifndef ERROR_H #define ERROR_H -#ifdef __GNUC__ +#include + +#ifdef USE_GCC_PRAGMAS #pragma interface #endif #include -#include "config.h" - -// File to send error (and other) messages to. -extern FILE *errFile; - -extern void errorInit(); +#include "xpdfconfig.h" extern void CDECL error(int pos, char *msg, ...);