(find_char_unquote): Declare it.

This commit is contained in:
Roland McGrath 1994-04-21 20:37:39 +00:00
parent 5c807f5457
commit 9b0a99a051

2
make.h
View file

@ -262,7 +262,7 @@ extern char *sindex (), *lindex ();
extern int alpha_compare ();
extern void print_spaces ();
extern struct dep *copy_dep_chain ();
extern char *find_percent ();
extern char *find_char_unquote (), *find_percent ();
#ifndef NO_ARCHIVES
extern int ar_name ();