mirror of
https://github.com/mirror/make.git
synced 2025-01-30 14:20:14 +08:00
(find_char_unquote): Declare it.
This commit is contained in:
parent
5c807f5457
commit
9b0a99a051
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 New Issue
Block a user