Skip to content

Commit 69ed2a4

Browse files
committed
Ada: fix a wrong kind definition
Signed-off-by: Masatake YAMATO <[email protected]>
1 parent afcd3af commit 69ed2a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parsers/ada.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ static kindDefinition AdaKinds[] =
165165
{
166166
{ true, 'P', "packspec", "package specifications" },
167167
{ true, 'p', "package", "packages",
168-
.referenceOnly = true, ATTACH_ROLES(AdaPackageRoles) },
168+
.referenceOnly = false, ATTACH_ROLES(AdaPackageRoles) },
169169
{ false, 'T', "typespec", "type specifications" },
170170
{ true, 't', "type", "types" },
171171
{ false, 'U', "subspec", "subtype specifications" },

0 commit comments

Comments
 (0)