diff options
Diffstat (limited to 'gcc/ada/cstand.adb')
-rw-r--r-- | gcc/ada/cstand.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/cstand.adb b/gcc/ada/cstand.adb index c79d6027f4b..61ac93e1f82 100644 --- a/gcc/ada/cstand.adb +++ b/gcc/ada/cstand.adb @@ -258,10 +258,10 @@ package body CStand is -- by Initialize_Standard in the semantics module. procedure Create_Standard is - Decl_S : List_Id := New_List; + Decl_S : constant List_Id := New_List; -- List of declarations in Standard - Decl_A : List_Id := New_List; + Decl_A : constant List_Id := New_List; -- List of declarations in ASCII Decl : Node_Id; |