From 50720fb36748b972511e71187627014cca2710b7 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 4 Nov 1996 17:58:21 +0000 Subject: [PATCH] libitize --- lib/makepath.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/makepath.h b/lib/makepath.h index 1d8097d391..e62f54433a 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 -- 2.47.2