summaryrefslogtreecommitdiff
path: root/gcc/ada/a-nudira.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/a-nudira.ads')
-rw-r--r--gcc/ada/a-nudira.ads4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/ada/a-nudira.ads b/gcc/ada/a-nudira.ads
index 03ce48b38b4..385f33619f3 100644
--- a/gcc/ada/a-nudira.ads
+++ b/gcc/ada/a-nudira.ads
@@ -66,9 +66,7 @@ package Ada.Numerics.Discrete_Random is
private
- type Generator is limited record
- Rep : System.Random_Numbers.Generator;
- end record;
+ type Generator is new System.Random_Numbers.Generator;
type State is new System.Random_Numbers.State;