diff options
| author | Jim Meyering <jim@meyering.net> | 1996-04-25 04:32:42 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 1996-04-25 04:32:42 +0000 |
| commit | 4cf126f7ce245b77c5ff90826c386e1fa2cddc89 (patch) | |
| tree | feb9dbcff0c285506e71bcf0dfa9420f36843df3 | |
| parent | Get year as last rather than 6th field in output of date. (diff) | |
| download | coreutils-4cf126f7ce245b77c5ff90826c386e1fa2cddc89.tar.gz coreutils-4cf126f7ce245b77c5ff90826c386e1fa2cddc89.zip | |
.
| -rw-r--r-- | lib/memcasecmp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/memcasecmp.h b/lib/memcasecmp.h index 764fb8a8f..8069f953c 100644 --- a/lib/memcasecmp.h +++ b/lib/memcasecmp.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 int |
