(INPUT_STACK_MAX): Double size.
authorRichard Kenner <kenner@gcc.gnu.org>
Sat, 11 Dec 1993 13:50:06 +0000 (08:50 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Sat, 11 Dec 1993 13:50:06 +0000 (08:50 -0500)
From-SVN: r6208

gcc/cccp.c

index 5544da4..77ecb76 100644 (file)
@@ -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.  */