From: Jim Meyering Date: Sun, 14 Jul 1996 19:09:41 +0000 (+0000) Subject: formatting... X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df862591423465b18e3325fcbc99049788336dfe;p=pspp formatting... --- diff --git a/lib/makepath.h b/lib/makepath.h index 2756446c84..1d8097d391 100644 --- a/lib/makepath.h +++ b/lib/makepath.h @@ -1,15 +1,15 @@ #if __STDC__ -#undef __P -#define __P(args) args +# undef __P +# 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));