* cppfiles.c (simplify_pathname): Un-ANSI-fy function definition.
From-SVN: r23898
This commit is contained in:
parent
6e863849fc
commit
21380ab0bf
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Thu Nov 26 08:38:06 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||
|
||||
* cppfiles.c (simplify_pathname): Un-ANSI-fy function definition.
|
||||
|
||||
Thu Nov 26 23:45:37 1998 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
|
||||
|
||||
* README.C4X: Updated URLs.
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue