summaryrefslogtreecommitdiff
path: root/gcc/ada/urealp.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/urealp.ads')
-rw-r--r--gcc/ada/urealp.ads5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/ada/urealp.ads b/gcc/ada/urealp.ads
index 9896e0d9968..59413b55314 100644
--- a/gcc/ada/urealp.ads
+++ b/gcc/ada/urealp.ads
@@ -6,9 +6,9 @@
-- --
-- S p e c --
-- --
--- $Revision: 1.35 $ --
+-- $Revision$
-- --
--- Copyright (C) 1992-1998 Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2002 Free Software Foundation, Inc. --
-- --
-- GNAT is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- --
@@ -265,6 +265,7 @@ package Urealp is
-- output is of the form [numerator/denominator].
procedure pr (Real : Ureal);
+ pragma Export (Ada, pr);
-- Writes value of Real to standard output with a terminating line return,
-- using UR_Write as described above. This is for use from the debugger.