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)
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.


No differences found