From 9b1674a8ed5fe2cbc63ffd6b47d1ae335f5562dd Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sat, 11 Dec 1993 08:50:06 -0500 Subject: [PATCH] (INPUT_STACK_MAX): Double size. From-SVN: r6208 --- gcc/cccp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.30.2