mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-02-07 14:56:06 +00:00
Formerly variable.h.~7~
This commit is contained in:
parent
b95e47d401
commit
f4c3f77b96
1 changed files with 6 additions and 0 deletions
|
@ -97,3 +97,9 @@ extern char *subst_expand (), *patsubst_expand ();
|
||||||
|
|
||||||
extern char **target_environment ();
|
extern char **target_environment ();
|
||||||
extern int export_all_variables;
|
extern int export_all_variables;
|
||||||
|
|
||||||
|
/* !!! compile frob */
|
||||||
|
void
|
||||||
|
enter_variable (struct variable *variable);
|
||||||
|
struct variable *
|
||||||
|
variable_global_linear_list ();
|
||||||
|
|
Loading…
Reference in a new issue