Skip to content

Commit 0805991

Browse files
committed
Address review comments
will be squashed.
1 parent fb6c7c5 commit 0805991

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gnat2goto/driver/tree_walk.adb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4369,7 +4369,8 @@ package body Tree_Walk is
43694369
procedure Do_Withed_Unit_Spec (N : Node_Id) is
43704370
begin
43714371
if Defining_Entity (N) = Stand.Standard_Standard then
4372-
-- At the moment Standard is not processed: TODO
4372+
-- TODO: github issue #252
4373+
-- At the moment Standard is not processed
43734374
null;
43744375
else
43754376
-- Handle all other withed library unit declarations

0 commit comments

Comments
 (0)