(_empty): Renamed from emtpy.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@145 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mccallum 1995-03-18 15:41:00 +00:00
parent 18e89788ca
commit 514ddf3e89
6 changed files with 8 additions and 8 deletions

View file

@ -67,9 +67,9 @@
return copy;
}
- empty
- _empty
{
[super empty];
[super _empty];
_start_index = 0;
return self;
}

View file

@ -149,7 +149,7 @@
}
/* This must work without sending any messages to content objects */
- empty
- _empty
{
coll_hash_empty(_contents_hash);
return self;

View file

@ -171,7 +171,7 @@
}
/* This must work without sending any messages to content objects */
- empty
- _empty
{
[_contents_collector empty];
return self;

View file

@ -76,9 +76,9 @@
return copy;
}
- empty
- _empty
{
[super empty];
[super _empty];
_gap_start = 0;
_gap_size = _capacity;
return self;

View file

@ -85,7 +85,7 @@
}
/* This must work without sending any messages to content objects */
- empty
- _empty
{
_count = 0;
_first_link = nil;

View file

@ -226,7 +226,7 @@
}
/* This must work without sending any messages to content objects */
- empty
- _empty
{
coll_hash_empty(_contents_hash);
return self;