summaryrefslogtreecommitdiff
path: root/src/csplit.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/csplit.c
parentcf14c509f3b3300b8787fa763cf140857836724c (diff)
downloadcoreutils-1fbac54162e369be43782f00a55d8127acb97416.tar.xz
[__P]: Don't define it here.
Diffstat (limited to 'src/csplit.c')
-rw-r--r--src/csplit.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/csplit.c b/src/csplit.c
index 798d6509c..5765b941a 100644
--- a/src/csplit.c
+++ b/src/csplit.c
@@ -119,14 +119,6 @@ struct buffer_record
struct buffer_record *next;
};
-#ifndef __P
-# if PROTOTYPES
-# define __P(Args) Args
-# else
-# define __P(Args) ()
-# endif
-#endif
-
int safe_read ();
static void close_output_file __P ((void));