chiark / gitweb /
checkpath.c: Rename global flags and put their definitions in constact.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 16 Jul 2024 13:04:24 +0000 (14:04 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 17 Jul 2024 12:23:10 +0000 (13:23 +0100)
commit879843463bdf570d8b1b4adf031b60e4ddf85f68
tree6fc4e5b35fa45b7c37a135780d859f4ab41e114f
parent822843636382a01a10f4c7c6eb704ef2ec5218ad
checkpath.c: Rename global flags and put their definitions in constact.

The `f_...' naming has been reserved for flags local to a function for a
long time in my private naming conventions.

To make matters worse, the two flags applied in entirely different
context -- and even had the same numerical value.  This is now made
clear by giving them distinct prefices and defining them in different
places.
checkpath.c