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 e7c955f..6ff7d9d 100644 --- a/gcc/collect-utils.h +++ b/gcc/collect-utils.h @@ -37,6 +37,7 @@ extern void utils_cleanup (bool); extern bool debug; extern bool verbose; extern bool save_temps; +extern const char *dumppfx; /* Provided by the tool itself. */ |