cpp: raise macro argument count to 64 (sic) for freetype

This commit is contained in:
cinap_lenrek 2011-12-03 18:29:23 +01:00
parent 2608224b47
commit 2a65b9d550

View file

@ -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