]> www.fi.muni.cz Git - evince.git/blobdiff - pdf/xpdf/Function.h
Clear idle stack before unsetting the document
[evince.git] / pdf / xpdf / Function.h
index 9b0879f3dff152e42aa0e1a3c957723078283361..0ceb03515c352493f275de75afd010e6a2c7fea1 100644 (file)
@@ -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 <aconf.h>
+
+#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: