CVSROOT: /sources/m4
Module name: m4
Changes by: Eric Blake <ericb> 06/08/29 20:38:30
Index: m4/module.c
===================================================================
RCS file: /sources/m4/m4/m4/module.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -b -r1.41 -r1.42
--- m4/module.c 28 Aug 2006 12:48:54 -0000 1.41
+++ m4/module.c 29 Aug 2006 20:38:30 -0000 1.42
@@ -385,12 +385,12 @@
if (handle)
{
+#ifdef DEBUG_MODULES
const lt_dlinfo *info = lt_dlgetinfo (handle);
/* If we have a handle, there must be handle info. */
assert (info);
-#ifdef DEBUG_MODULES
M4_DEBUG_MESSAGE2("module %s: opening at %s",
name ? name : MODULE_SELF_NAME, info->filename);
#endif