summaryrefslogtreecommitdiff
path: root/gcc/ada/a-stream.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/a-stream.ads')
-rw-r--r--gcc/ada/a-stream.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/a-stream.ads b/gcc/ada/a-stream.ads
index 6b38723d523..0b68692857a 100644
--- a/gcc/ada/a-stream.ads
+++ b/gcc/ada/a-stream.ads
@@ -36,7 +36,7 @@
------------------------------------------------------------------------------
package Ada.Streams is
-pragma Pure (Streams);
+ pragma Pure;
type Root_Stream_Type is abstract tagged limited private;