mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 12:16:40 +00:00
New functions for stacks
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@4464 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
134d7cac2e
commit
4d85cbdec2
3 changed files with 41 additions and 0 deletions
|
@ -87,6 +87,7 @@ static void FreeList(Observation *list)
|
|||
static void *RetainObs(Observation *o)
|
||||
{
|
||||
o->retained++;
|
||||
return o;
|
||||
}
|
||||
|
||||
static unsigned oHash(void* t, Observation *o)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue