blob: 72ff4d7a2f4673f16254b196121a8473cb2db257 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-bf,v 1.2 2007/03/04 13:11:19 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 */
|