ref: b5393aa9d8f1ecf3cbbf43793f3f9ad544291abd
parent: 41270945773cf89e058c420b2ffe8ba55e850d69
author: cinap_lenrek <cinap_lenrek@centraldogma>
date: Sat Dec 3 13:29:23 EST 2011
cpp: raise macro argument count to 64 (sic) for freetype
--- 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
--
⑨