diff options
author | Roland McGrath <roland@redhat.com> | 1992-08-02 09:10:05 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-08-02 09:10:05 +0000 |
commit | f4c3f77b96104f441cbfbe687a1b134378bc14a2 (patch) | |
tree | f45dce90610c9b6dd4722bf91100c152e7f52b4d | |
parent | b95e47d4014eea6a0dd2e4bb98936a72e29e9e3b (diff) | |
download | gunmake-f4c3f77b96104f441cbfbe687a1b134378bc14a2.tar.gz |
Formerly variable.h.~7~
-rw-r--r-- | variable.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 (); |