Commit 21380ab0 by Kaveh R. Ghazi Committed by Kaveh Ghazi

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

From-SVN: r23898
parent 6e863849
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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment