aboutsummaryrefslogtreecommitdiffstats
path: root/src/file_comments.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-12-21 08:19:23 +0100
committerTristan Gingold <tgingold@free.fr>2022-12-21 08:19:23 +0100
commite13fcabd288b212c208cb594d6427fe0549a7d8e (patch)
tree700cf91f23a00b8d880f895e8b15eae666783b09 /src/file_comments.ads
parentf61101e3a8d286c0da202d6ca7281d2955ee2c25 (diff)
downloadghdl-e13fcabd288b212c208cb594d6427fe0549a7d8e.tar.gz
ghdl-e13fcabd288b212c208cb594d6427fe0549a7d8e.tar.bz2
ghdl-e13fcabd288b212c208cb594d6427fe0549a7d8e.zip
file_comments: fix gathering for packages
Diffstat (limited to 'src/file_comments.ads')
-rw-r--r--src/file_comments.ads2
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;