summaryrefslogtreecommitdiff
path: root/src/csplit.c
diff options
context:
space:
mode:
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));