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:
Andrew McCallum 1996-02-22 15:25:44 +00:00
parent b07609e467
commit 873bc50fa4
34 changed files with 1259 additions and 1292 deletions

View file

@ -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;