Commit 73f0dc7a by Robert Dewar Committed by Arnaud Charlet

scng.adb (Error_Illegal_Wide_Character): Bump scan pointer

2008-08-01  Robert Dewar  <dewar@adacore.com>

	* scng.adb (Error_Illegal_Wide_Character): Bump scan pointer

From-SVN: r138472
parent bca3ab79
...@@ -350,6 +350,7 @@ package body Scng is ...@@ -350,6 +350,7 @@ package body Scng is
procedure Error_Illegal_Wide_Character is procedure Error_Illegal_Wide_Character is
begin begin
Scan_Ptr := Scan_Ptr + 1;
Error_Msg ("illegal wide character", Wptr); Error_Msg ("illegal wide character", Wptr);
end Error_Illegal_Wide_Character; end Error_Illegal_Wide_Character;
......
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