.
[gnulib.git] / lib / makepath.h
index 2756446..e62f544 100644 (file)
@@ -1,15 +1,15 @@
+# undef __P
 #if __STDC__
-#undef __P
-#define __P(args) args
+# define __P(Args) Args
 #else
-#define __P(args) ()
+# define __P(Args) ()
 #endif
 
 int
-  make_path __P ((const char *_argpath,
-                 int _mode,
-                 int _parent_mode,
-                 uid_t _owner,
-                 gid_t _group,
-                 int _preserve_existing,
-                 const char *_verbose_fmt_string));
+make_path __P ((const char *_argpath,
+               int _mode,
+               int _parent_mode,
+               uid_t _owner,
+               gid_t _group,
+               int _preserve_existing,
+               const char *_verbose_fmt_string));