mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Add comments to note that initial values are unused.
This commit is contained in:
parent
c7a098b747
commit
e4ea6672df
1 changed files with 2 additions and 0 deletions
|
@ -683,6 +683,7 @@ SANITY();
|
|||
unsigned tmpLength;
|
||||
unsigned arrayIndex = 0;
|
||||
unsigned arraySize;
|
||||
// Initial value unused; set by _attributesAtIndexEffectiveRange
|
||||
NSRange effectiveRange = NSMakeRange(0, NSNotFound);
|
||||
unsigned afterRangeLoc, beginRangeLoc;
|
||||
NSDictionary *attrs;
|
||||
|
@ -795,6 +796,7 @@ SANITY();
|
|||
unsigned tmpLength;
|
||||
unsigned arrayIndex = 0;
|
||||
unsigned arraySize;
|
||||
// Initial value unused; set by _attributesAtIndexEffectiveRange
|
||||
NSRange effectiveRange = NSMakeRange(0, NSNotFound);
|
||||
GSAttrInfo *info;
|
||||
int moveLocations;
|
||||
|
|
Loading…
Reference in a new issue