shithub: riscv

Download patch

ref: 2a65b9d550cf02934f11a00abf0ab1f7816e0da6
parent: 2608224b47a5af68bddb9502a6bb0b8080c212e9
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