diff options
author | Jim Meyering <jim@meyering.net> | 1996-10-09 02:37:53 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-10-09 02:37:53 +0000 |
commit | 5b2210ce71f007d8fbc6e3c2efe0c935819fe97a (patch) | |
tree | 448a45f81a01ddc6d8693123c63334aabaef2f2d | |
parent | 3df36d5e2f3575fca0eee4833f0355b9ce23eb79 (diff) | |
download | coreutils-5b2210ce71f007d8fbc6e3c2efe0c935819fe97a.tar.xz |
.
-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 f11a2d7fe..d428dd196 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 |