diff options
Diffstat (limited to 'gcc/ada/a-comutr.ads')
-rw-r--r-- | gcc/ada/a-comutr.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/a-comutr.ads b/gcc/ada/a-comutr.ads index b035e1637fe..37e2eda0c2c 100644 --- a/gcc/ada/a-comutr.ads +++ b/gcc/ada/a-comutr.ads @@ -372,8 +372,8 @@ private type Tree is new Controlled with record Root : aliased Root_Node_Type; - Busy : Integer := 0; - Lock : Integer := 0; + Busy : Natural := 0; + Lock : Natural := 0; Count : Count_Type := 0; end record; |