commit | 440b7ed4a4bb8da7030244df8088b0b29a0211e6 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Sat Apr 19 12:40:18 2025 -0600 |
committer | Tom Tromey <tom@tromey.com> | Thu May 08 11:13:28 2025 -0600 |
tree | 83d405ac82ac58da867f2df6fd92285286fba9d1 | |
parent | 88d0753018cfff7a74d59316caf42e83afb2a6bc [diff] |
Move substitute_path_component This moves substitute_path_component out of utils.c. I considered making a new file for this (still could if someone wants that), but since the only caller is in auto-load.c, I moved it there instead. I've also moved the tests into auto-load.c as well. This way substitute_path_component can be static. Approved-By: Simon Marchi <simon.marchi@efficios.com>