1
0
mirror of https://github.com/mirror/make.git synced 2025-04-09 02:50:46 +08:00

Formerly variable.h.~7~

This commit is contained in:
Roland McGrath 1992-08-02 09:10:05 +00:00
parent b95e47d401
commit f4c3f77b96

View File

@ -97,3 +97,9 @@ extern char *subst_expand (), *patsubst_expand ();
extern char **target_environment ();
extern int export_all_variables;
/* !!! compile frob */
void
enter_variable (struct variable *variable);
struct variable *
variable_global_linear_list ();