Commit de93c8b3 by Vincent Celier Committed by Arnaud Charlet

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
parent 1cc40a10
...@@ -711,7 +711,7 @@ package body Snames is ...@@ -711,7 +711,7 @@ package body Snames is
"implementation#" & "implementation#" &
"implementation_exceptions#" & "implementation_exceptions#" &
"implementation_suffix#" & "implementation_suffix#" &
"include_option#" & "include_switches#" &
"include_path#" & "include_path#" &
"include_path_file#" & "include_path_file#" &
"language_kind#" & "language_kind#" &
......
...@@ -1027,7 +1027,7 @@ package Snames is ...@@ -1027,7 +1027,7 @@ package Snames is
Name_Implementation : constant Name_Id := N + 650; Name_Implementation : constant Name_Id := N + 650;
Name_Implementation_Exceptions : constant Name_Id := N + 651; Name_Implementation_Exceptions : constant Name_Id := N + 651;
Name_Implementation_Suffix : constant Name_Id := N + 652; 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 : constant Name_Id := N + 654;
Name_Include_Path_File : constant Name_Id := N + 655; Name_Include_Path_File : constant Name_Id := N + 655;
Name_Language_Kind : constant Name_Id := N + 656; Name_Language_Kind : constant Name_Id := N + 656;
......
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