summaryrefslogtreecommitdiff
path: root/src/fmt.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-11-15 22:12:59 +0000
committerJim Meyering <jim@meyering.net>1995-11-15 22:12:59 +0000
commit1fbac54162e369be43782f00a55d8127acb97416 (patch)
treea41133e28c055ce99fbfaa6e937ef4a99590f55c /src/fmt.c
parentcf14c509f3b3300b8787fa763cf140857836724c (diff)
downloadcoreutils-1fbac54162e369be43782f00a55d8127acb97416.tar.xz
[__P]: Don't define it here.
Diffstat (limited to 'src/fmt.c')
-rw-r--r--src/fmt.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/fmt.c b/src/fmt.c
index 16fbca44b..f4d616185 100644
--- a/src/fmt.c
+++ b/src/fmt.c
@@ -142,14 +142,6 @@ struct Word
/* Forward declarations. */
-#ifndef __P
-# if PROTOTYPES
-# define __P(Args) Args
-# else
-# define __P(Args) ()
-# endif
-#endif
-
static void set_prefix __P ((char *p));
static void fmt __P ((FILE *f));
static bool get_paragraph __P ((FILE *f));