mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-02-04 19:12:50 +00:00
Formerly variable.h.~4~
This commit is contained in:
parent
fcc5c80298
commit
9165d8e5d1
1 changed files with 3 additions and 7 deletions
10
variable.h
10
variable.h
|
@ -69,18 +69,14 @@ struct variable_set_list
|
|||
extern struct variable_set_list *current_variable_set_list;
|
||||
|
||||
|
||||
extern char *variable_buffer_output ();
|
||||
extern char *initialize_variable_output ();
|
||||
extern char *save_variable_output ();
|
||||
extern void restore_variable_output ();
|
||||
|
||||
extern void push_new_variable_scope (), pop_variable_scope ();
|
||||
|
||||
extern int handle_function ();
|
||||
|
||||
extern char *variable_expand (), *allocated_variable_expand ();
|
||||
extern char *variable_expand_for_file ();
|
||||
extern char *variable_expand (), *variable_expand_for_file ();
|
||||
extern char *allocated_variable_expand_for_file ();
|
||||
#define allocated_variable_expand(line) \
|
||||
allocated_variable_expand_for_file (line, (struct file *) 0)
|
||||
extern char *expand_argument ();
|
||||
|
||||
extern void define_automatic_variables ();
|
||||
|
|
Loading…
Reference in a new issue