mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Autogsdoc bugfix
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@15309 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cdd6a0b792
commit
9cb2205211
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-12-19 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Tools/AGSParser.m: Fix bug handling repeated opeing braces.
|
||||
|
||||
2002-12-17 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Tools/AGSIndex.m: Fix error indexing vararg methods.
|
||||
|
|
|
@ -3443,6 +3443,7 @@ fail:
|
|||
break;
|
||||
|
||||
case '{':
|
||||
pos--;
|
||||
[self skipBlock];
|
||||
return pos;
|
||||
|
||||
|
|
Loading…
Reference in a new issue