mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-01-31 00:53:23 +00:00
* dep.h, makeint.h (show_goal_error): Move to makeint.h.
This commit is contained in:
parent
047bd5a16f
commit
f1a9625001
2 changed files with 2 additions and 1 deletions
1
dep.h
1
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 ();
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue