merge from gcc
[deliverable/binutils-gdb.git] / libiberty / lrealpath.c
index 4877753cd66fb7bfa99775c4c3d130c478768221..24795fa99e7a8ced8b3ede4198f6625b66227609 100644 (file)
@@ -73,8 +73,7 @@ extern char *canonicalize_file_name (const char *);
 #endif
 
 char *
-lrealpath (filename)
-     const char *filename;
+lrealpath (const char *filename)
 {
   /* Method 1: The system has a compile time upper bound on a filename
      path.  Use that and realpath() to canonicalize the name.  This is
This page took 0.022874 seconds and 4 git commands to generate.