diff options
Diffstat (limited to 'gcc/toplev.h')
-rw-r--r-- | gcc/toplev.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/toplev.h b/gcc/toplev.h index 1f408637719..d933a7e803e 100644 --- a/gcc/toplev.h +++ b/gcc/toplev.h @@ -111,4 +111,7 @@ extern void fnotice PROTO ((FILE *, const char *, ...)) ATTRIBUTE_PRINTF_2; #endif +#undef trim_filename +extern const char *trim_filename PROTO ((const char *)); + #endif /* __GCC_TOPLEV_H */ |