config_file.c
33.2 KB
-
config_file: rename cvar_t struct to config_entry_list · 2d1f6676
The `cvar_t` structure is really awkward to grasp, because its name actively hinders discovery of what it actually is. As it is nothing more than a singly-linked list of configuration entries, name rename it to just that: `config_entry_list`.
Patrick Steinhardt committed