diff --git a/gcc/ada/snames.adb b/gcc/ada/snames.adb index ce6bdb1f800..fb456ace4e2 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 dd9521a49fe..2b78213c1a5 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;