/[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.15 by gary, Wed Oct 8 14:46:12 2003 UTC revision 1.16 by gary, Thu Nov 13 12:05:58 2003 UTC
# Line 447  m4_get_hash_iterator_next (const m4_hash Line 447  m4_get_hash_iterator_next (const m4_hash
447    /* On the first iteration, allocate an iterator.  */    /* On the first iteration, allocate an iterator.  */
448    if (!place)    if (!place)
449      {      {
450        place = xcalloc (1, sizeof *place);        place = xzalloc (sizeof *place);
451        ITERATOR_HASH (place) = hash;        ITERATOR_HASH (place) = hash;
452      }      }
453    

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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