From: Paul Smith Date: Sun, 10 Apr 2016 21:22:57 +0000 (-0400) Subject: * dep.h, makeint.h (show_goal_error): Move to makeint.h. X-Git-Tag: 4.1.90~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f1a9625001e88240af5f51a298adee01715f2dd0;p=thirdparty%2Fmake.git * dep.h, makeint.h (show_goal_error): Move to makeint.h. --- diff --git a/dep.h b/dep.h index 1cd6cb0b..9e9972be 100644 --- 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 (); diff --git a/makeint.h b/makeint.h index ff6df003..7390da74 100644 --- 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);