summaryrefslogtreecommitdiff
path: root/dep.h
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2002-07-08 02:26:47 +0000
committerPaul Smith <psmith@gnu.org>2002-07-08 02:26:47 +0000
commita6d956962e42c3a784d9f603ad552c588a3ac5f8 (patch)
tree8e590714da1d480bef4ca2afbe81fa95c2624de6 /dep.h
parent15e2f5e1a9e18dc19a7a365980b70ff920c4c8a5 (diff)
downloadmake-a6d956962e42c3a784d9f603ad552c588a3ac5f8.tar.gz
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.
Diffstat (limited to 'dep.h')
-rw-r--r--dep.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dep.h b/dep.h
index ca8112fe..e6499219 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 *));