From 5058a94ee717d96285da20423324af3478df175d Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 25 Feb 2013 01:38:36 -0500 Subject: Expand the loadable object support. Provide a simple API for loaded objects to interact with GNU make. I still won't guarantee that this API won't change but it's much closer to something that's supported and provides easy-to-use interfaces with a public header file. --- load.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'load.c') diff --git a/load.c b/load.c index 0ed05f9..081d66f 100644 --- a/load.c +++ b/load.c @@ -24,7 +24,7 @@ this program. If not, see . */ #include #include -#define SYMBOL_EXTENSION "_gmake_setup" +#define SYMBOL_EXTENSION "_gmk_setup" static void *global_dl = NULL; -- cgit v1.2.3