Commit f3d771b3 by Sergey Rybin Committed by Arnaud Charlet

styleg-c.adb (Body_With_No_Spec): Remove ':' from warning message.

2005-06-14  Sergey Rybin  <rybin@adacore.com>

	* styleg-c.adb (Body_With_No_Spec): Remove ':' from warning message.

From-SVN: r101066
parent d026bfa5
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
-- -- -- --
-- B o d y -- -- B o d y --
-- -- -- --
-- Copyright (C) 1992-2004 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 -- -- 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- -- -- terms of the GNU General Public License as published by the Free Soft- --
...@@ -63,7 +63,7 @@ package body Styleg.C is ...@@ -63,7 +63,7 @@ package body Styleg.C is
end; end;
end if; end if;
Error_Msg_N ("(style): subprogram body has no previous spec", N); Error_Msg_N ("(style) subprogram body has no previous spec", N);
end if; end if;
end Body_With_No_Spec; end Body_With_No_Spec;
...@@ -189,7 +189,7 @@ package body Styleg.C is ...@@ -189,7 +189,7 @@ package body Styleg.C is
Cas := Mixed_Case; Cas := Mixed_Case;
end if; end if;
Nlen := Length_Of_Name (Chars (Ref)); Nlen := Length_Of_Name (Chars (Ref));
-- Now check if we have the right casing -- Now check if we have the right casing
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment