cpp: raise macro argument count to 64 (sic) for freetype
This commit is contained in:
parent
2608224b47
commit
2a65b9d550
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue