diff options
Diffstat (limited to 'gcc/ada/s-imgboo.ads')
-rw-r--r-- | gcc/ada/s-imgboo.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/s-imgboo.ads b/gcc/ada/s-imgboo.ads index ca03570..3723f58 100644 --- a/gcc/ada/s-imgboo.ads +++ b/gcc/ada/s-imgboo.ads @@ -34,7 +34,7 @@ -- Boolean'Image package System.Img_Bool is -pragma Pure (Img_Bool); + pragma Pure; function Image_Boolean (V : Boolean) return String; -- Computes Boolean'Image (V) and returns the result. |