/[m4]/m4/src/freeze.c
ViewVC logotype

Diff of /m4/src/freeze.c

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

revision 1.17 by gary, Thu Sep 20 03:48:05 2001 UTC revision 1.18 by gary, Sun Sep 30 14:43:38 2001 UTC
# Line 128  produce_symbol_dump (FILE *file, m4_hash Line 128  produce_symbol_dump (FILE *file, m4_hash
128    
129    while ((place = m4_hash_iterator_next (hash, place)))    while ((place = m4_hash_iterator_next (hash, place)))
130      {      {
131        const char   *symbol_name = (const char *)m4_hash_iterator_key (place);        const char   *symbol_name = m4_hash_iterator_key (place);
132        m4_symbol    *symbol      = *(m4_symbol **)m4_hash_iterator_value(place);        m4_symbol    *symbol      = m4_hash_iterator_value (place);
133        lt_dlhandle   handle      = M4_SYMBOL_HANDLE (symbol);        lt_dlhandle   handle      = M4_SYMBOL_HANDLE (symbol);
134        const char   *module_name = handle ? m4_module_name (handle) : NULL;        const char   *module_name = handle ? m4_module_name (handle) : NULL;
135        const m4_builtin *bp;        const m4_builtin *bp;

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

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