From 5b2210ce71f007d8fbc6e3c2efe0c935819fe97a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 9 Oct 1996 02:37:53 +0000 Subject: [PATCH] . --- lib/long-options.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/long-options.h b/lib/long-options.h index f11a2d7fe4..d428dd196a 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 -- 2.47.2