X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fmakepath.h;h=e62f54433aa6ce7c4937e68196b66ec98531eef2;hb=28546733a07f8078b9e6c21f52c2e3dcd096af0a;hp=2756446c8437f5842070557f55c6546fe67091ab;hpb=4dbac07636dedff35f574a28c9dbcfe16b1cb0d3;p=gnulib.git diff --git a/lib/makepath.h b/lib/makepath.h index 2756446c8..e62f54433 100644 --- a/lib/makepath.h +++ b/lib/makepath.h @@ -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));