aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/xoscons.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/xoscons.adb')
-rw-r--r--gcc/ada/xoscons.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/xoscons.adb b/gcc/ada/xoscons.adb
index c740aa253..90d1b2d4d 100644
--- a/gcc/ada/xoscons.adb
+++ b/gcc/ada/xoscons.adb
@@ -387,7 +387,7 @@ procedure XOSCons is
Info.Value_Len := Info.Text_Value'Length;
end if;
- if Info.Constant_Name.all = "sizeof_unsigned_int" then
+ if Info.Constant_Name.all = "SIZEOF_unsigned_int" then
Size_Of_Unsigned_Int :=
8 * Integer (Info.Int_Value.Abs_Value);
end if;