OSDN Git Service

Added comments on preprocessor conditional parts to match what's in the For2.2.2...
authorEric Branlund <ebranlund@fastmail.com>
Thu, 20 Feb 2020 13:56:52 +0000 (05:56 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Thu, 20 Feb 2020 13:56:52 +0000 (05:56 -0800)
src/init2.c

index 54dc88a..1dba905 100644 (file)
@@ -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