diff options
author | Paul Smith <psmith@gnu.org> | 2023-03-25 17:53:19 -0400 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2023-03-26 16:48:48 -0400 |
commit | caf1d4c28fd96f1b3efec10f3978c45e5cf57aa4 (patch) | |
tree | 52bd4e454609d31627afaa7ed098754e95c3a52e /scripts | |
parent | f99d0834184c97f162e965a603e88a3e10e22993 (diff) | |
download | make-git-caf1d4c28fd96f1b3efec10f3978c45e5cf57aa4.tar.gz |
Clean up expand.c
Clarify the naming and documentation on functions in src/expand.c:
- variable_expand -> expand_string
- variable_expand_string -> expand_string_buf
- variable_expand_for_file -> expand_string_for_file
- allocated_variable_expand -> allocated_expand_string
- allocated_variable_expand_for_file ->
allocated_expand_string_for_file
Change all callers to use the new names.
* src/variable.h: Rename the functions and macros.
* src/expand.c: Ditto.
* src/file.c: Use the new function names.
* src/function.c: Ditto.
* src/implicit.c: Ditto.
* src/job.c: Ditto.
* src/loadapi.c: Ditto.
* src/main.c: Ditto.
* src/read.c: Ditto.
* src/remake.c: Ditto.
* src/variable.c: Ditto.
* src/vpath.c: Ditto.
* src/w32/subproc/sub_proc.c: Ditto.
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions