Minor bugfix ... destroy comments we don't want after skipping a unit.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19892 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2004-08-20 13:05:34 +00:00
parent af75d36e34
commit fb10e0272a
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2004-08-20 Richard Frith-Macdonald <rfm@gnu.org>
* Tools/AGSParser.m: Destory comments after skipping units ...
we don't want them included as part of the documentation of the
next thing after the unit.
2004-08-20 David Ayers <d.ayers@inode.at>
* Source/Additions/GSObjCRuntime.m (GSSelectorTypesMatch):

View file

@ -1613,6 +1613,7 @@ fail:
if (isSource == YES)
{
[self skipUnit];
DESTROY(comment);
}
else
{
@ -1624,6 +1625,7 @@ fail:
if (isSource == YES)
{
[self skipUnit];
DESTROY(comment);
}
else
{