From: Jim Meyering Date: Wed, 2 Nov 1994 05:24:13 +0000 (+0000) Subject: . X-Git-Tag: textutils-1_12_1~480 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=995c18ba28674779b146ad6c1aaf3c66298bc5ff;p=thirdparty%2Fcoreutils.git . --- diff --git a/src/fmt.c b/src/fmt.c index 52c7d91c56..8e591a5050 100644 --- a/src/fmt.c +++ b/src/fmt.c @@ -142,7 +142,7 @@ struct Word /* Forward declarations. */ /* My AC_PROTOTYPES would be better than __STDC__. FIXME :-). */ -#ifdef __STDC__ +#if __STDC__ #define _(x) x #else #define _(x) ()