diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1993-12-11 08:50:06 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1993-12-11 08:50:06 -0500 |
commit | 9b1674a8ed5fe2cbc63ffd6b47d1ae335f5562dd (patch) | |
tree | 53e18d956e2fd42314654be9ea1ec6bdf454a4f9 | |
parent | f231e307b43ec4e99a68363a7ef9ecb1bd32d70e (diff) | |
download | gcc-9b1674a8ed5fe2cbc63ffd6b47d1ae335f5562dd.zip gcc-9b1674a8ed5fe2cbc63ffd6b47d1ae335f5562dd.tar.gz gcc-9b1674a8ed5fe2cbc63ffd6b47d1ae335f5562dd.tar.bz2 |
(INPUT_STACK_MAX): Double size.
From-SVN: r6208
-rw-r--r-- | gcc/cccp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. */ |