diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-11-26 05:41:29 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-11-26 05:41:29 +0000 |
commit | 763d326791e319f789de36e5610c2d2d187a6df8 (patch) | |
tree | 59b14ed2045e324e0422ec15d9ad68c45778d246 /gcc/cppfiles.c | |
parent | 6319b377f13720103194036547cabb0bc46e2a97 (diff) | |
download | ppe42-gcc-763d326791e319f789de36e5610c2d2d187a6df8.tar.gz ppe42-gcc-763d326791e319f789de36e5610c2d2d187a6df8.zip |
* cppfiles.c (simplify_pathname): Un-ANSI-fy function definition.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23898 138bc75d-0d04-0410-961f-82ee72b054a4
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 b0e20825a12..0703250720b 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; |