aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1993-12-11 08:50:06 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1993-12-11 08:50:06 -0500
commit9b1674a8ed5fe2cbc63ffd6b47d1ae335f5562dd (patch)
tree53e18d956e2fd42314654be9ea1ec6bdf454a4f9
parentf231e307b43ec4e99a68363a7ef9ecb1bd32d70e (diff)
downloadgcc-9b1674a8ed5fe2cbc63ffd6b47d1ae335f5562dd.zip
gcc-9b1674a8ed5fe2cbc63ffd6b47d1ae335f5562dd.tar.gz
gcc-9b1674a8ed5fe2cbc63ffd6b47d1ae335f5562dd.tar.bz2
(INPUT_STACK_MAX): Double size.
From-SVN: r6208
-rw-r--r--gcc/cccp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cccp.c b/gcc/cccp.c
index 5544da4..77ecb76 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. */