tradcpp.c (main): Update max_include_len for cpp_include_defaults as well.
* tradcpp.c (main): Update max_include_len for cpp_include_defaults as well. From-SVN: r35229
This commit is contained in:
parent
e8ad90e508
commit
9512cb3f2f
@ -1,3 +1,8 @@
|
||||
2000-07-24 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* tradcpp.c (main): Update max_include_len for cpp_include_defaults
|
||||
as well.
|
||||
|
||||
2000-07-24 Michael Meissner <meissner@redhat.com>
|
||||
|
||||
* invoke.texi (D30V Options): Add d30v options.
|
||||
|
@ -739,6 +739,8 @@ main (argc, argv)
|
||||
last_include->next = dirtmp;
|
||||
last_include = dirtmp; /* Tail follows the last one */
|
||||
dirtmp->fname = di->fname;
|
||||
if (strlen (dirtmp->fname) > max_include_len)
|
||||
max_include_len = strlen (dirtmp->fname);
|
||||
}
|
||||
|
||||
if (ignore_srcdir && first_bracket_include == 0)
|
||||
|
Loading…
Reference in New Issue
Block a user