Imported Upstream version 4.8.1
[platform/upstream/gcc48.git] / gcc / ada / s-valuti.ads
index 0a92352..ce9dc3b 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---          Copyright (C) 1992-2009, Free Software Foundation, Inc.         --
+--          Copyright (C) 1992-2012, 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- --
 package System.Val_Util is
    pragma Pure;
 
+   procedure Bad_Value (S : String);
+   pragma No_Return (Bad_Value);
+   --  Raises constraint error with message: bad input for 'Value: "xxx"
+
    procedure Normalize_String
      (S    : in out String;
       F, L : out Integer);