CVSROOT: /sources/m4 Module name: m4 Changes by: Gary V. Vaughan <gary> 07/09/12 01:14:49
Index: modules/shadow.c =================================================================== RCS file: /sources/m4/m4/modules/shadow.c,v retrieving revision 1.18 retrieving revision 1.19 diff -u -b -r1.18 -r1.19 --- modules/shadow.c 6 Sep 2007 22:58:26 -0000 1.18 +++ modules/shadow.c 12 Sep 2007 01:14:49 -0000 1.19 @@ -68,7 +68,7 @@ M4INIT_HANDLER (shadow) { const char *s = "Shadow module loaded."; - int refcount = m4_module_refcount (handle); + int refcount = m4_module_refcount (module); /* Only display the message on first load. */ if (obs && refcount == 1)