From 0246f450eb68e43e5a113e1d41cf72b324a75165 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Tue, 4 Aug 2020 11:37:46 +0200 Subject: [PATCH] Fix comment to match reality regarding process_preprocessed_file --- src/ccache.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ccache.cpp b/src/ccache.cpp index 5d286afb2..0dd4704bd 100644 --- a/src/ccache.cpp +++ b/src/ccache.cpp @@ -405,8 +405,7 @@ print_included_files(const Context& ctx, FILE* fp) // // - Makes include file paths for which the base directory is a prefix relative // when computing the hash sum. -// - Stores the paths and hashes of included files in the global variable -// g_included_files. +// - Stores the paths and hashes of included files in ctx.included_files. static bool process_preprocessed_file(Context& ctx, Hash& hash, -- 2.47.3