X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=pdf%2Fxpdf%2FFunction.h;h=0ceb03515c352493f275de75afd010e6a2c7fea1;hb=5932479cc8c371a385616b5909df558a091b7111;hp=9b0879f3dff152e42aa0e1a3c957723078283361;hpb=2a393c134fe3fe8eb85bf818cb7ad6ae4396322a;p=evince.git diff --git a/pdf/xpdf/Function.h b/pdf/xpdf/Function.h index 9b0879f3..0ceb0351 100644 --- a/pdf/xpdf/Function.h +++ b/pdf/xpdf/Function.h @@ -2,14 +2,16 @@ // // Function.h // -// Copyright 2001-2002 Glyph & Cog, LLC +// Copyright 2001-2003 Glyph & Cog, LLC // //======================================================================== #ifndef FUNCTION_H #define FUNCTION_H -#ifdef __GNUC__ +#include + +#ifdef USE_GCC_PRAGMAS #pragma interface #endif @@ -25,8 +27,8 @@ class PSStack; // Function //------------------------------------------------------------------------ -#define funcMaxInputs 8 -#define funcMaxOutputs 8 +#define funcMaxInputs 8 +#define funcMaxOutputs 32 class Function { public: