Be consistent about using 'module' for m4_module types and
commitb7604d14c003a7c6ad286ab49f092a014d40d92c
authorGary V. Vaughan <gary@gnu.org>
Wed, 12 Sep 2007 01:14:47 +0000 (12 01:14 +0000)
committerEric Blake <ebb9@byu.net>
Sat, 6 Oct 2007 13:08:51 +0000 (6 07:08 -0600)
treeef3b6da9b84026d92941dc8d11e19ea6d2e6b60e
parent7b41678d9745d1bcab2aa85ef903d805971ef294
Be consistent about using 'module' for m4_module types and
'handle' for lt_dlhandle types:

* m4/m4private.h (m4_symbol_value): Rename handle element to
method.  Changed all references.
(VALUE_MODULE, SYMBOL_MODULE): Renamed from VALUE_HANDLE and
SYMBOL_HANDLE respectively.  Changed all references.
* m4/m4module.h (M4INIT_HANDLER, M4FINISH_HANDLER): Ditto.
* m4/builtin.c (m4_builtin_find_by_name)
(m4_builtin_find_by_func): Use module as the parameter name for
pointers of type 'm4_module'.
* m4/module.c (module_remove, m4_get_module_name)
(install_builtin_table, install_macro_table)
(m4_module_make_resident, m4__module_next, m4_module_refcount):
Ditto.
* src/freeze.c (produce_module_dump): Ditto.
* m4/input.c (m4_input_block): Rename handle element to method.
Changed all references.
* m4/symtab.c (m4__symtab_remove_module_references): Ditto.
* modules/load.c: Use module as the variable name for pointers
of type 'm4_module'.
* modules/m4.c: Ditto.
* modules/perl.c: Ditto.
* modules/shadow.c: Ditto.
13 files changed:
ChangeLog
m4/builtin.c
m4/input.c
m4/m4module.h
m4/m4private.h
m4/macro.c
m4/module.c
m4/symtab.c
modules/load.c
modules/m4.c
modules/perl.c
modules/shadow.c
src/freeze.c