pkgsrc/misc/openoffice3/patches/patch-bf

13 lines
611 B
Text

$NetBSD: patch-bf,v 1.1.1.1 2008/10/14 11:02:24 hira Exp $
--- soltools/cpp/cpp.h.orig 2007-02-23 12:14:25.000000000 +0900
+++ soltools/cpp/cpp.h 2007-02-23 12:14:59.000000000 +0900
@@ -2,7 +2,7 @@
#define INS 32768 /* input buffer */
#define OBS 8092 /* outbut buffer */
-#define NARG 32 /* Max number arguments to a macro */
+#define NARG 64 /* Max number arguments to a macro */
#define NINCLUDE 32 /* Max number of include directories (-I) */
#define NIF 64 /* depth of nesting of #if */
#define NINC 32 /* depth of nesting of #include */