diff options
Diffstat (limited to 'gcc/ada/frontend.adb')
-rw-r--r-- | gcc/ada/frontend.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/frontend.adb b/gcc/ada/frontend.adb index 32d9a2d..c60234d 100644 --- a/gcc/ada/frontend.adb +++ b/gcc/ada/frontend.adb @@ -539,7 +539,7 @@ begin -- Initialize_Scalars, but others should be checked: as well??? declare - Item : Node_Id; + Item : Node_Id; begin Item := First (Context_Items (Cunit (Main_Unit))); |