split config file processing into its own src file

This commit is contained in:
nhmall
2025-05-21 23:58:01 -04:00
parent a4b971c744
commit 78a4fd2fb8
14 changed files with 1993 additions and 1952 deletions

View File

@@ -258,7 +258,7 @@ struct instance_globals_c {
/* symbols.c */
int currentgraphics;
/* files.c */
/* files.c, cfgfiles.c */
char *cmdline_rcfile; /* set in unixmain.c, used in options.c */
char *config_section_chosen;
char *config_section_current;