diff options
Diffstat (limited to 'gcc/collect-utils.h')
-rw-r--r-- | gcc/collect-utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/collect-utils.h b/gcc/collect-utils.h index e47ab294c16..46c116001c9 100644 --- a/gcc/collect-utils.h +++ b/gcc/collect-utils.h @@ -30,6 +30,7 @@ extern void utils_cleanup (void); extern bool debug; extern bool verbose; +extern bool save_temps; /* Provided by the tool itself. */ |