diff options
Diffstat (limited to 'gcc/ada/erroutc.ads')
-rw-r--r-- | gcc/ada/erroutc.ads | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/ada/erroutc.ads b/gcc/ada/erroutc.ads index 51934df9547..292a9577d9c 100644 --- a/gcc/ada/erroutc.ads +++ b/gcc/ada/erroutc.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2006, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2007, 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- -- @@ -381,6 +381,8 @@ package Erroutc is -- location to be referenced, and Flag is the location at which the -- flag is posted (used to determine whether to add "in file xxx") + procedure Set_Msg_Insertion_Name_Literal; + procedure Set_Msg_Insertion_Name; -- Handle name insertion (% insertion character) |