summaryrefslogtreecommitdiff
path: root/src/pr.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/pr.c
parentcf14c509f3b3300b8787fa763cf140857836724c (diff)
downloadcoreutils-1fbac54162e369be43782f00a55d8127acb97416.tar.xz
[__P]: Don't define it here.
Diffstat (limited to 'src/pr.c')
-rw-r--r--src/pr.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/pr.c b/src/pr.c
index 874f6f5f9..465a06c16 100644
--- a/src/pr.c
+++ b/src/pr.c
@@ -179,14 +179,6 @@ typedef struct COLUMN COLUMN;
#define NULLCOL (COLUMN *)0
-#ifndef __P
-# if PROTOTYPES
-# define __P(Args) Args
-# else
-# define __P(Args) ()
-# endif
-#endif
-
static int char_to_clump __P ((int c));
static int read_line __P ((COLUMN *p));
static int print_page __P ((void));