mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-12-29 08:09:02 +00:00
(find_char_unquote): Declare it.
This commit is contained in:
parent
5c807f5457
commit
9b0a99a051
1 changed files with 1 additions and 1 deletions
2
make.h
2
make.h
|
@ -262,7 +262,7 @@ extern char *sindex (), *lindex ();
|
||||||
extern int alpha_compare ();
|
extern int alpha_compare ();
|
||||||
extern void print_spaces ();
|
extern void print_spaces ();
|
||||||
extern struct dep *copy_dep_chain ();
|
extern struct dep *copy_dep_chain ();
|
||||||
extern char *find_percent ();
|
extern char *find_char_unquote (), *find_percent ();
|
||||||
|
|
||||||
#ifndef NO_ARCHIVES
|
#ifndef NO_ARCHIVES
|
||||||
extern int ar_name ();
|
extern int ar_name ();
|
||||||
|
|
Loading…
Reference in a new issue