Commit 5c7525ac by Kaveh R. Ghazi Committed by Kaveh Ghazi

tradcpp.c (main): Rename label `include' to `add_include' to avoid conflicts with variable...

	* tradcpp.c (main): Rename label `include' to `add_include' to
	avoid conflicts with variable `include' in traditional C.

From-SVN: r34908
parent ca81c149
2000-07-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* tradcpp.c (main): Rename label `include' to `add_include' to
avoid conflicts with variable `include' in traditional C.
2000-07-07 Jakub Jelinek <jakub@redhat.com>
* integrate.c (copy_insn_list): Remove REG_LABEL notes.
......
......@@ -570,7 +570,7 @@ main (argc, argv)
|| !strcmp (argv[i], "-iwithprefix")
|| !strcmp (argv[i], "-iwithprefixbefore")
|| !strcmp (argv[i], "-idirafter"))
goto include; /* best we can do */
goto add_include; /* best we can do */
break;
......@@ -667,7 +667,7 @@ main (argc, argv)
break;
case 'I': /* Add directory to path for includes. */
include:
add_include:
{
struct file_name_list *dirtmp;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment