diff options
author | Roland McGrath <roland@redhat.com> | 1992-06-11 02:28:31 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-06-11 02:28:31 +0000 |
commit | 9165d8e5d10b548a4d61b534d95ba4c995d9668e (patch) | |
tree | 93d1dc4b588637e228441e9314b8e0f522617d62 | |
parent | fcc5c80298cdf0118e10f02579bcb31d28f519a8 (diff) | |
download | gunmake-9165d8e5d10b548a4d61b534d95ba4c995d9668e.tar.gz |
Formerly variable.h.~4~
-rw-r--r-- | variable.h | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -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 (); |