diff --git a/src/cc65/input.c b/src/cc65/input.c index 4bd910e61..ad31ebc30 100644 --- a/src/cc65/input.c +++ b/src/cc65/input.c @@ -60,7 +60,7 @@ char* line = LineBuf; char* lptr = LineBuf; /* Maximum count of nested includes */ -#define MAX_INC_NESTING 16 +#define MAX_INC_NESTING 20 /* Struct that describes an input file */ typedef struct IFile IFile;