mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
add comments
This commit is contained in:
parent
4dc28bce56
commit
07ba3ec932
1 changed files with 2 additions and 2 deletions
|
@ -394,7 +394,7 @@ GSObjCParseTypeSpecification (const char *cursor,
|
|||
switch (*cursor)
|
||||
{
|
||||
case GSObjCTypeUnionEnd:
|
||||
--suppressionDepth;
|
||||
--suppressionDepth; /* FALLTHROUGH */
|
||||
case GSObjCTypeArrayEnd:
|
||||
{
|
||||
if (element->count)
|
||||
|
@ -414,7 +414,7 @@ GSObjCParseTypeSpecification (const char *cursor,
|
|||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
} /* FALLTHROUGH */
|
||||
case GSObjCTypeStructureEnd:
|
||||
{
|
||||
info.qualifiers = element->qualifiers;
|
||||
|
|
Loading…
Reference in a new issue