From 2a65b9d550cf02934f11a00abf0ab1f7816e0da6 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Sat, 3 Dec 2011 18:29:23 +0100 Subject: cpp: raise macro argument count to 64 (sic) for freetype --- sys/src/cmd/cpp/cpp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/src/cmd/cpp') diff --git a/sys/src/cmd/cpp/cpp.h b/sys/src/cmd/cpp/cpp.h index 894c260cf..8299614a7 100644 --- a/sys/src/cmd/cpp/cpp.h +++ b/sys/src/cmd/cpp/cpp.h @@ -1,6 +1,6 @@ #define INS 32768 /* input buffer */ #define OBS 4096 /* outbut buffer */ -#define NARG 32 /* Max number arguments to a macro */ +#define NARG 64 /* Max number arguments to a macro */ #define NINCLUDE 64 /* Max number of include directories (-I) */ #define NIF 32 /* depth of nesting of #if */ #ifndef EOF -- cgit v1.2.3