From 0cf7b940d61f7041c0516b179427869b35e19192 Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Thu, 20 Feb 2020 05:56:52 -0800 Subject: [PATCH] Added comments on preprocessor conditional parts to match what's in the For2.2.2-Refactoring branch. --- src/init2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/init2.c b/src/init2.c index 54dc88ab3..1dba9050e 100644 --- a/src/init2.c +++ b/src/init2.c @@ -130,9 +130,9 @@ void init_file_paths(concptr libpath, concptr varpath) path_build(buf, sizeof(buf), base, VERSION_NAME); ANGBAND_DIR_USER = string_make(buf); -#else +#else /* PRIVATE_USER_PATH */ ANGBAND_DIR_USER = string_make(format("%suser", varpath)); -#endif +#endif /* PRIVATE_USER_PATH */ #ifdef NeXT -- 2.11.0