summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-11-02 05:24:13 +0000
committerJim Meyering <jim@meyering.net>1994-11-02 05:24:13 +0000
commit995c18ba28674779b146ad6c1aaf3c66298bc5ff (patch)
tree7a414b3a64ff7784a1328b2ea3399d62639ddf61 /src
parentc6411b91f5b781851ac761a506e885959a6a840b (diff)
downloadcoreutils-995c18ba28674779b146ad6c1aaf3c66298bc5ff.tar.xz
.
Diffstat (limited to 'src')
-rw-r--r--src/fmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fmt.c b/src/fmt.c
index 52c7d91c5..8e591a505 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) ()