snames.adb, snames.ads: Change Include_Option to Include_Switches

2007-09-26  Vincent Celier  <celier@adacore.com>

	* snames.adb, snames.ads: Change Include_Option to Include_Switches

From-SVN: r128806
This commit is contained in:
Vincent Celier 2007-09-26 12:46:51 +02:00 committed by Arnaud Charlet
parent 1cc40a1063
commit de93c8b38e
2 changed files with 2 additions and 2 deletions

View File

@ -711,7 +711,7 @@ package body Snames is
"implementation#" &
"implementation_exceptions#" &
"implementation_suffix#" &
"include_option#" &
"include_switches#" &
"include_path#" &
"include_path_file#" &
"language_kind#" &

View File

@ -1027,7 +1027,7 @@ package Snames is
Name_Implementation : constant Name_Id := N + 650;
Name_Implementation_Exceptions : constant Name_Id := N + 651;
Name_Implementation_Suffix : constant Name_Id := N + 652;
Name_Include_Option : constant Name_Id := N + 653;
Name_Include_Switches : constant Name_Id := N + 653;
Name_Include_Path : constant Name_Id := N + 654;
Name_Include_Path_File : constant Name_Id := N + 655;
Name_Language_Kind : constant Name_Id := N + 656;