mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
af75d36e34
commit
fb10e0272a
2 changed files with 8 additions and 0 deletions
|
@ -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):
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue