diff options
author | Jim Meyering <jim@meyering.net> | 1996-10-09 02:42:17 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-10-09 02:42:17 +0000 |
commit | fecbdd9ab156d3e35db86fd6ffb87251bb5bf05c (patch) | |
tree | fea5abeb1cc9bb56c7823a502ceae085e8242f73 /lib | |
parent | 5b2210ce71f007d8fbc6e3c2efe0c935819fe97a (diff) | |
download | coreutils-fecbdd9ab156d3e35db86fd6ffb87251bb5bf05c.tar.xz |
.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/long-options.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/long-options.h b/lib/long-options.h index d428dd196..274e6acc3 100644 --- a/lib/long-options.h +++ b/lib/long-options.h @@ -1,8 +1,8 @@ #undef __P #if defined (__STDC__) && __STDC__ -# define __P(args) args +# define __P(Args) Args #else -# define __P(args) () +# define __P(Args) () #endif void |