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. --- dep.h | 1 - 1 file changed, 1 deletion(-) (limited to 'dep.h') diff --git a/dep.h b/dep.h index 3854f31..1a50e25 100644 --- a/dep.h +++ b/dep.h @@ -87,5 +87,4 @@ struct dep *copy_dep_chain (const struct dep *d); void free_dep_chain (struct dep *d); void free_ns_chain (struct nameseq *n); struct dep *read_all_makefiles (const char **makefiles); -void eval_buffer (char *buffer); int update_goal_chain (struct dep *goals); -- cgit v1.2.3