diff options
author | Roland McGrath <roland@redhat.com> | 1992-12-22 23:44:09 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-12-22 23:44:09 +0000 |
commit | 37fb62e217c923369bd6324583fc90cced8976fe (patch) | |
tree | 9b81b1394e6d3a6173b1f07ab707945193d3c482 | |
parent | 555a705aaadee0e2ee1d33015313877f5c444eac (diff) | |
download | gunmake-37fb62e217c923369bd6324583fc90cced8976fe.tar.gz |
Formerly variable.h.~9~
-rw-r--r-- | variable.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -93,7 +93,7 @@ extern struct variable *lookup_variable (), *define_variable (); extern struct variable *define_variable_for_file (); extern int pattern_matches (); -extern char *subst_expand (), *patsubst_expand (); +extern char *subst_expand (), *patsubst_expand (), *recursively_expand (); extern char **target_environment (); extern int export_all_variables; |