view lib/makepath.h @ 428:82f87868408c

Undef __P before defining. Guard definition with simpler `#if __STDC__'.
author Jim Meyering <jim@meyering.net>
date Sat, 13 May 1995 13:10:38 +0000 (1995-05-13)
parents 9321b01ed65a
children 487fc63bcce9
line wrap: on
line source
#if __STDC__
#undef __P
#define __P(args) args
#else
#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));