mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-02-07 06:47:52 +00:00
Formerly dep.h.~4~
This commit is contained in:
parent
4a94240844
commit
c4cc2ec376
1 changed files with 3 additions and 0 deletions
3
dep.h
3
dep.h
|
@ -42,6 +42,9 @@ struct nameseq
|
||||||
extern struct nameseq *multi_glob (), *parse_file_seq ();
|
extern struct nameseq *multi_glob (), *parse_file_seq ();
|
||||||
extern char *tilde_expand ();
|
extern char *tilde_expand ();
|
||||||
|
|
||||||
|
#ifndef NO_ARCHIVES
|
||||||
|
extern struct nameseq *ar_glob ();
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef iAPX286
|
#ifndef iAPX286
|
||||||
#define dep_name(d) ((d)->name == 0 ? (d)->file->name : (d)->name)
|
#define dep_name(d) ((d)->name == 0 ? (d)->file->name : (d)->name)
|
||||||
|
|
Loading…
Reference in a new issue