diff options
author | Vincent Celier <celier@adacore.com> | 2007-09-26 12:46:51 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2007-09-26 12:46:51 +0200 |
commit | de93c8b38e514e9297e9e22fe5ef46fe547b9ce6 (patch) | |
tree | fcff2497c6bfcc033f3717b8e6731838e1d4df54 /gcc/ada | |
parent | 1cc40a1063aa7b00784da59111d9bb9a770929c1 (diff) | |
download | gcc-de93c8b38e514e9297e9e22fe5ef46fe547b9ce6.zip gcc-de93c8b38e514e9297e9e22fe5ef46fe547b9ce6.tar.gz gcc-de93c8b38e514e9297e9e22fe5ef46fe547b9ce6.tar.bz2 |
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
Diffstat (limited to 'gcc/ada')
-rw-r--r-- | gcc/ada/snames.adb | 2 | ||||
-rw-r--r-- | gcc/ada/snames.ads | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/snames.adb b/gcc/ada/snames.adb index ce6bdb1..fb456ac 100644 --- a/gcc/ada/snames.adb +++ b/gcc/ada/snames.adb @@ -711,7 +711,7 @@ package body Snames is "implementation#" & "implementation_exceptions#" & "implementation_suffix#" & - "include_option#" & + "include_switches#" & "include_path#" & "include_path_file#" & "language_kind#" & diff --git a/gcc/ada/snames.ads b/gcc/ada/snames.ads index dd9521a..2b78213 100644 --- a/gcc/ada/snames.ads +++ b/gcc/ada/snames.ads @@ -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; |