/[m4]/m4/m4/hash.c
ViewVC logotype

Diff of /m4/m4/hash.c

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

revision 1.8 by gary, Fri Jun 6 16:14:05 2003 UTC revision 1.9 by gary, Fri Jun 13 13:54:36 2003 UTC
# Line 518  m4_hash_apply (m4_hash *hash, m4_hash_ap Line 518  m4_hash_apply (m4_hash *hash, m4_hash_ap
518    
519    while ((place = m4_hash_iterator_next (hash, place)))    while ((place = m4_hash_iterator_next (hash, place)))
520      {      {
521        result = (*func) (m4_hash_iterator_key (place),        result = (*func) (hash, m4_hash_iterator_key (place),
522                          m4_hash_iterator_value (place), data);                          m4_hash_iterator_value (place), data);
523    
524        if (result != 0)        if (result != 0)

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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