aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppfiles.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cppfiles.c')
-rw-r--r--gcc/cppfiles.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/cppfiles.c b/gcc/cppfiles.c
index b0e2082..0703250 100644
--- a/gcc/cppfiles.c
+++ b/gcc/cppfiles.c
@@ -900,7 +900,8 @@ deps_output (pfile, string, spacer)
of the string.
*/
static void
-simplify_pathname (char *path)
+simplify_pathname (path)
+ char *path;
{
char *from, *to;
char *base;