summaryrefslogtreecommitdiff
path: root/modules/m4.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/m4.c')
-rw-r--r--modules/m4.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/modules/m4.c b/modules/m4.c
index f9449fe0..ecae4c3a 100644
--- a/modules/m4.c
+++ b/modules/m4.c
@@ -39,8 +39,6 @@
#include <modules/m4.h>
/* Rename exported symbols for dlpreload()ing. */
-#define m4_builtin_table m4_LTX_m4_builtin_table
-
#define m4_set_sysval m4_LTX_m4_set_sysval
#define m4_sysval_flush m4_LTX_m4_sysval_flush
#define m4_dump_symbols m4_LTX_m4_dump_symbols
@@ -127,6 +125,12 @@ const m4_builtin m4_builtin_table[] =
};
+M4INIT_HANDLER (m4)
+{
+ m4_install_builtins (context, module, m4_builtin_table);
+}
+
+
/* The rest of this file is code for builtins and expansion of user
defined macros. All the functions for builtins have a prototype as: