* cppfiles.c (simplify_pathname): Un-ANSI-fy function definition.

From-SVN: r23898
This commit is contained in:
Kaveh R. Ghazi 1998-11-26 05:41:29 +00:00 committed by Kaveh Ghazi
parent 6e863849fc
commit 21380ab0bf
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -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;