]> git.ipfire.org Git - thirdparty/make.git/commitdiff
* dep.h, makeint.h (show_goal_error): Move to makeint.h.
authorPaul Smith <psmith@gnu.org>
Sun, 10 Apr 2016 21:22:57 +0000 (17:22 -0400)
committerPaul Smith <psmith@gnu.org>
Mon, 11 Apr 2016 11:51:05 +0000 (07:51 -0400)
dep.h
makeint.h

diff --git a/dep.h b/dep.h
index 1cd6cb0b8e1ad357839d38e988ec854c2592d609..9e9972be413a6ee5a118f2a0801659d39dd91c96 100644 (file)
--- a/dep.h
+++ b/dep.h
@@ -129,4 +129,3 @@ struct dep *copy_dep_chain (const struct dep *d);
 struct goaldep *read_all_makefiles (const char **makefiles);
 void eval_buffer (char *buffer, const gmk_floc *floc);
 enum update_status update_goal_chain (struct goaldep *goals);
-void show_goal_error ();
index ff6df003f541d55295310f685f2e03fcc94e6f83..7390da74c4c9bbdd0c3724340aeda267a99f66e4 100644 (file)
--- a/makeint.h
+++ b/makeint.h
@@ -557,6 +557,8 @@ void child_access (void);
 
 char *strip_whitespace (const char **begpp, const char **endpp);
 
+void show_goal_error ();
+
 /* String caching  */
 void strcache_init (void);
 void strcache_print_stats (const char *prefix);