aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/s-valllu.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/s-valllu.ads')
-rw-r--r--gcc/ada/s-valllu.ads8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ada/s-valllu.ads b/gcc/ada/s-valllu.ads
index 6fee777c8ef..603e4b6bc80 100644
--- a/gcc/ada/s-valllu.ads
+++ b/gcc/ada/s-valllu.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 1992-2005 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,9 +40,9 @@ package System.Val_LLU is
pragma Pure;
function Scan_Long_Long_Unsigned
- (Str : String;
- Ptr : access Integer;
- Max : Integer) return System.Unsigned_Types.Long_Long_Unsigned;
+ (Str : String;
+ Ptr : access Integer;
+ Max : Integer) return System.Unsigned_Types.Long_Long_Unsigned;
-- 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