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

Diff of /m4/m4/module.c

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

revision 1.7 by gary, Mon Aug 20 19:42:38 2001 UTC revision 1.8 by gary, Sat Sep 1 20:05:27 2001 UTC
# Line 179  m4_module_init (void) Line 179  m4_module_init (void)
179    
180    /* initialise libltdl's memory management. */    /* initialise libltdl's memory management. */
181    lt_dlmalloc = xmalloc;    lt_dlmalloc = xmalloc;
182    lt_dlfree   = xfree;    lt_dlfree   = (void (*)(void*)) xfree;
183    
184    errors      = lt_dlinit ();    errors      = lt_dlinit ();
185    
# Line 479  m4_module_unload (const char *name, stru Line 479  m4_module_unload (const char *name, stru
479               equal to 1.  If m4_module_close is called again on a               equal to 1.  If m4_module_close is called again on a
480               resident module after the references have already been               resident module after the references have already been
481               removed, we needn't try to remove them again!  */               removed, we needn't try to remove them again!  */
482            m4_remove_table_reference_symbols (m4_module_builtins (handle),            m4_remove_table_reference_symbols (handle);
                                              m4_module_macros (handle));  
483    
484  #ifdef DEBUG_MODULES  #ifdef DEBUG_MODULES
485            M4_DEBUG_MESSAGE1("module %s: symbols unloaded", name);            M4_DEBUG_MESSAGE1("module %s: symbols unloaded", name);

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

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