snames.adb, snames.ads: Change Include_Option to Include_Switches
authorVincent Celier <celier@adacore.com>
Wed, 26 Sep 2007 10:46:51 +0000 (12:46 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Wed, 26 Sep 2007 10:46:51 +0000 (12:46 +0200)
2007-09-26  Vincent Celier  <celier@adacore.com>

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

From-SVN: r128806

gcc/ada/snames.adb
gcc/ada/snames.ads

index ce6bdb1f800b9b0397ded55180a835069c53dc5d..fb456ace4e25ac7c843821f8dfeaf7d1e75ff708 100644 (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#" &
index dd9521a49fe9f29d76f2b015f6ab086c0a3fe0e8..2b78213c1a55f1fac6f77ab615e9da02274c1cbe 100644 (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;