summaryrefslogtreecommitdiff
path: root/lib/makepath.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-11-04 17:58:21 +0000
committerJim Meyering <jim@meyering.net>1996-11-04 17:58:21 +0000
commit50720fb36748b972511e71187627014cca2710b7 (patch)
treebd59d5cc65471998280d665ce4cd7cdac6a13fbd /lib/makepath.h
parentf6516b6dd337756aa2347cc4ec40335b5657842f (diff)
downloadcoreutils-50720fb36748b972511e71187627014cca2710b7.tar.xz
libitize
Diffstat (limited to 'lib/makepath.h')
-rw-r--r--lib/makepath.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/makepath.h b/lib/makepath.h
index 1d8097d39..e62f54433 100644
--- a/lib/makepath.h
+++ b/lib/makepath.h
@@ -1,8 +1,8 @@
-#if __STDC__
# undef __P
-# define __P(args) args
+#if __STDC__
+# define __P(Args) Args
#else
-# define __P(args) ()
+# define __P(Args) ()
#endif
int