diff options
Diffstat (limited to 'src/file_comments.ads')
-rw-r--r-- | src/file_comments.ads | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/file_comments.ads b/src/file_comments.ads index 715116966..535781954 100644 --- a/src/file_comments.ads +++ b/src/file_comments.ads @@ -175,6 +175,8 @@ private -- Next unassigned comment. Next : Comment_Index; + Last_Newline : Comment_Index; + -- Node to attach for next comments. Last_Node : Uns32; |