summaryrefslogtreecommitdiff
path: root/gcc/ada/s-valint.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/s-valint.ads')
-rw-r--r--gcc/ada/s-valint.ads7
1 files changed, 3 insertions, 4 deletions
diff --git a/gcc/ada/s-valint.ads b/gcc/ada/s-valint.ads
index 65124e6ccaa..4fad53ebf37 100644
--- a/gcc/ada/s-valint.ads
+++ b/gcc/ada/s-valint.ads
@@ -1,12 +1,12 @@
------------------------------------------------------------------------------
-- --
--- GNAT RUNTIME COMPONENTS --
+-- GNAT RUN-TIME COMPONENTS --
-- --
-- S Y S T E M . V A L _ I N T --
-- --
-- S p e c --
-- --
--- Copyright (C) 1992,1993,1994,1995,1996 Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2005 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- --
@@ -40,8 +40,7 @@ pragma Pure (Val_Int);
function Scan_Integer
(Str : String;
Ptr : access Integer;
- Max : Integer)
- return Integer;
+ Max : Integer) return Integer;
-- This function scans the string starting at Str (Ptr.all) for a valid
-- integer according to the syntax described in (RM 3.5(43)). The substring
-- scanned extends no further than Str (Max). There are three cases for the