From 8572d6adf04d397505770b0b0d5cfd91cf6a92a8 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 8 Jul 2002 02:26:47 +0000 Subject: Major updates in preparation for 3.80. New version of the manual, put into the doc subdir. Enhancements: $(eval ...) and $(value ...) functions, various bug fixes, etc. See the ChangeLog. More to come. --- dep.h | 1 + 1 file changed, 1 insertion(+) (limited to 'dep.h') diff --git a/dep.h b/dep.h index ca8112f..e649921 100644 --- a/dep.h +++ b/dep.h @@ -72,5 +72,6 @@ extern char *dep_name (); extern struct dep *copy_dep_chain PARAMS ((struct dep *d)); extern struct dep *read_all_makefiles PARAMS ((char **makefiles)); +extern int eval_buffer PARAMS ((char *buffer)); extern int update_goal_chain PARAMS ((struct dep *goals, int makefiles)); extern void uniquize_deps PARAMS ((struct dep *)); -- cgit v1.2.3