From: Richard Kenner Date: Sat, 11 Dec 1993 13:50:06 +0000 (-0500) Subject: (INPUT_STACK_MAX): Double size. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9b1674a8ed5fe2cbc63ffd6b47d1ae335f5562dd;p=gcc.git (INPUT_STACK_MAX): Double size. From-SVN: r6208 --- diff --git a/gcc/cccp.c b/gcc/cccp.c index 5544da4f356..77ecb763803 100644 --- a/gcc/cccp.c +++ b/gcc/cccp.c @@ -479,7 +479,7 @@ static int multiline_string_line = 0; and for the dummy text used for -D and -U. It is zero for rescanning results of macro expansion and for expanding macro arguments. */ -#define INPUT_STACK_MAX 200 +#define INPUT_STACK_MAX 400 static struct file_buf { char *fname; /* Filename specified with #line command. */