/[pspp]/pspp/src/linked-list.c
ViewVC logotype

Diff of /pspp/src/linked-list.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by jmd, Fri Apr 29 01:02:15 2005 UTC revision 1.3 by blp, Mon Jul 4 04:46:13 2005 UTC
# Line 39  ll_first (const struct linked_list *ll, Line 39  ll_first (const struct linked_list *ll,
39    
40  /* Return the next element in LL iterated by LI */  /* Return the next element in LL iterated by LI */
41  void *  void *
42  ll_next (const struct linked_list *ll, struct ll_iterator *li)  ll_next (const struct linked_list *ll UNUSED, struct ll_iterator *li)
43  {  {
44    assert( ll ) ;    assert( ll ) ;
45    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26