m4-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to m4/m4/m4module.h,v


From: Gary V. Vaughan
Subject: Changes to m4/m4/m4module.h,v
Date: Wed, 12 Sep 2007 01:14:51 +0000

CVSROOT:        /sources/m4
Module name:    m4
Changes by:     Gary V. Vaughan <gary>  07/09/12 01:14:49

Index: m4/m4module.h
===================================================================
RCS file: /sources/m4/m4/m4/m4module.h,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -b -r1.111 -r1.112
--- m4/m4module.h       6 Sep 2007 22:58:26 -0000       1.111
+++ m4/m4module.h       12 Sep 2007 01:14:48 -0000      1.112
@@ -86,15 +86,15 @@
 
 #define M4INIT_HANDLER(name)                                   \
   void CONC(name, CONC(_LTX_, m4_init_module))                 \
-       (m4 *context, m4_module *handle, m4_obstack *obs);      \
+       (m4 *context, m4_module *module, m4_obstack *obs);      \
   void CONC(name, CONC(_LTX_, m4_init_module))                 \
-       (m4 *context, m4_module *handle, m4_obstack *obs)
+       (m4 *context, m4_module *module, m4_obstack *obs)
 
 #define M4FINISH_HANDLER(name)                                 \
   void CONC(name, CONC(_LTX_, m4_finish_module))               \
-       (m4 *context, m4_module *handle, m4_obstack *obs);      \
+       (m4 *context, m4_module *module, m4_obstack *obs);      \
   void CONC(name, CONC(_LTX_, m4_finish_module))               \
-       (m4 *context, m4_module *handle, m4_obstack *obs)
+       (m4 *context, m4_module *module, m4_obstack *obs)
 
 #define M4_MODULE_IMPORT(M, S)                                 \
   CONC(S, _func) *S = (CONC(S, _func) *)                       \




reply via email to

[Prev in Thread] Current Thread [Next in Thread]