mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
New version from Albin Jones, plus fixes by McCallum.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@948 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b07609e467
commit
873bc50fa4
34 changed files with 1259 additions and 1292 deletions
|
@ -47,7 +47,7 @@ objects_@YY@_key_callbacks (objects_@YY@_t * yy)
|
|||
}
|
||||
|
||||
/* Returns the ``bogus'' marker associated with YY's keys. */
|
||||
void *
|
||||
const void *
|
||||
objects_@YY@_not_a_key_marker (objects_@YY@_t *yy)
|
||||
{
|
||||
return (yy->key_callbacks).not_an_item_marker;
|
||||
|
@ -61,7 +61,7 @@ objects_@YY@_value_callbacks (objects_@YY@_t *yy)
|
|||
}
|
||||
|
||||
/* Returns the ``bogus'' marker associated with YY's values. */
|
||||
void *
|
||||
const void *
|
||||
objects_@YY@_not_a_value_marker (objects_@YY@_t *yy)
|
||||
{
|
||||
return (yy->value_callbacks).not_an_item_marker;
|
||||
|
@ -79,7 +79,7 @@ objects_@YY@_element_callbacks (objects_@YY@_t *yy)
|
|||
}
|
||||
|
||||
/* Returns the ``bogus'' marker associated with YY's elements. */
|
||||
void *
|
||||
const void *
|
||||
objects_@YY@_not_an_element_marker (objects_@YY@_t *yy)
|
||||
{
|
||||
return (yy->callbacks).not_an_item_marker;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue