diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 1998-11-26 05:41:29 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 1998-11-26 05:41:29 +0000 |
commit | 21380ab0bf091aa2d088430196785118cded3c5f (patch) | |
tree | 59b14ed2045e324e0422ec15d9ad68c45778d246 /gcc/cppfiles.c | |
parent | 6e863849fc97083249c96b3b244f1bb95013c8b7 (diff) | |
download | gcc-21380ab0bf091aa2d088430196785118cded3c5f.zip gcc-21380ab0bf091aa2d088430196785118cded3c5f.tar.gz gcc-21380ab0bf091aa2d088430196785118cded3c5f.tar.bz2 |
* cppfiles.c (simplify_pathname): Un-ANSI-fy function definition.
From-SVN: r23898
Diffstat (limited to 'gcc/cppfiles.c')
-rw-r--r-- | gcc/cppfiles.c | 3 |
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; |