* cppfiles.c (simplify_pathname): Un-ANSI-fy function definition.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Thu, 26 Nov 1998 05:41:29 +0000 (05:41 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Thu, 26 Nov 1998 05:41:29 +0000 (05:41 +0000)
From-SVN: r23898

gcc/ChangeLog
gcc/cppfiles.c

index 955fc939de825ca44f51d79ce08e657c2389a59e..ef22399691b7b5c710f22a0bd1913d85a939c413 100644 (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.
index b0e20825a12e6fa4ebd8a84e7f8689f95069e8c7..0703250720b7ed6a2bc35693b5609a89c356835d 100644 (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;